From: Aleksander Ɓukasz Date: Mon, 11 Aug 2014 08:01:32 +0000 (+0200) Subject: editor: remove unused code X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/0312b45f483d36de4769a45cb9bdd9f56cdda7ab editor: remove unused code --- diff --git a/src/editor/modules/rng/rng.js b/src/editor/modules/rng/rng.js index d49b6bf..fc8cd61 100644 --- a/src/editor/modules/rng/rng.js +++ b/src/editor/modules/rng/rng.js @@ -167,14 +167,6 @@ return function(sandbox) { views.visualEditing.setView('leftColumn', sandbox.getModule('documentCanvas').getView()); }, - nodeHovered: function(canvasNode) { - commands.highlightDocumentNode(canvasNode); - }, - - nodeBlured: function(canvasNode) { - commands.dimDocumentNode(canvasNode); - }, - selectionChanged: function(selection) { commands.refreshCanvasSelection(selection); }