Skip to content
Snippets Groups Projects
Commit 75a19b1b authored by Piotr Gawron's avatar Piotr Gawron
Browse files

unused functions removed

parent ed908acf
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -23,17 +23,6 @@ GuiConnector.yPos = 0;
*/
GuiConnector.getParams = [];
GuiConnector.setCustomMap = function(customMap) {
if (customMap === undefined) {
throw new Error("CustomMap cannot be undefiend");
}
this._customMap = customMap;
};
GuiConnector.getCustomMap = function() {
return this._customMap;
};
GuiConnector.init = function() {
// bootstrap tab initialization
$("ul.nav-tabs a").click(function(e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment