Bug/Task WISE-428 fixed: clean-up Designer - remove unused functions

de-/activateKeyboard with calls to non-existing methods

--HG--
branch : clean-up
This commit is contained in:
Christina Korger 2015-03-30 11:29:58 +02:00
parent 90893f70e2
commit feead16974

View File

@ -78,14 +78,6 @@ mindplot.Designer = new Class(/** @lends Designer */{
this._clipboard = []; this._clipboard = [];
}, },
/**
* Deactivates the keyboard events so you can enter text into forms
*/
deactivateKeyboard:function () {
mindplot.DesignerKeyboard.getInstance().deactivate();
this.deselectAll();
},
/** /**
* @private * @private
*/ */
@ -121,13 +113,6 @@ mindplot.Designer = new Class(/** @lends Designer */{
}); });
}, },
/**
* Activates the keyboard events so you can enter text into forms
*/
activateKeyboard:function () {
mindplot.DesignerKeyboard.getInstance().activate();
},
/** /**
* @param {String} type the event type * @param {String} type the event type
* @param {Function} listener * @param {Function} listener