From 09d3741dae0a57698f1069a795db644a3f31f74e Mon Sep 17 00:00:00 2001 From: Christina Korger Date: Mon, 30 Mar 2015 11:29:58 +0200 Subject: [PATCH] Bug/Task WISE-428 fixed: clean-up Designer - remove unused functions de-/activateKeyboard with calls to non-existing methods --HG-- branch : clean-up --- mindplot/src/main/javascript/Designer.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mindplot/src/main/javascript/Designer.js b/mindplot/src/main/javascript/Designer.js index 8b20fa85..6c15d3fe 100644 --- a/mindplot/src/main/javascript/Designer.js +++ b/mindplot/src/main/javascript/Designer.js @@ -78,14 +78,6 @@ mindplot.Designer = new Class(/** @lends Designer */{ this._clipboard = []; }, - /** - * Deactivates the keyboard events so you can enter text into forms - */ - deactivateKeyboard:function () { - mindplot.DesignerKeyboard.getInstance().deactivate(); - this.deselectAll(); - }, - /** * @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 {Function} listener