editor: remove unused code
[fnpeditor.git] / src / editor / modules / rng / rng.js
index c9514f8..b12c19f 100644 (file)
@@ -220,10 +220,6 @@ return function(sandbox) {
     eventHandlers.nodePane = {
         ready: function() {
             views.currentNodePaneLayout.appendView(sandbox.getModule('nodePane').getView());
-        },
-        
-        nodeElementChange: function(attr, value) {
-            sandbox.getModule('documentCanvas').modifyCurrentNodeElement(attr, value);
         }
     };