Browse Source

Editor: Commented out temporarily unused code.

Mr.doob 10 years ago
parent
commit
e75884dcce
3 changed files with 3 additions and 2 deletions
  1. 2 0
      editor/index.html
  2. 1 1
      editor/js/Editor.js
  3. 0 1
      editor/js/Menubar.File.js

+ 2 - 0
editor/index.html

@@ -186,6 +186,7 @@
 				signals.sceneGraphChanged.add( saveState );
 				signals.sceneGraphChanged.add( saveState );
 				signals.scriptChanged.add( saveState );
 				signals.scriptChanged.add( saveState );
 
 
+				/*
 				var showDialog = function ( content ) {
 				var showDialog = function ( content ) {
 
 
 					dialog.clear();
 					dialog.clear();
@@ -196,6 +197,7 @@
 				};
 				};
 
 
 				signals.showDialog.add( showDialog );
 				signals.showDialog.add( showDialog );
+				*/
 
 
 			} );
 			} );
 
 

+ 1 - 1
editor/js/Editor.js

@@ -22,7 +22,7 @@ var Editor = function () {
 		playAnimation: new SIGNALS.Signal(),
 		playAnimation: new SIGNALS.Signal(),
 		stopAnimation: new SIGNALS.Signal(),
 		stopAnimation: new SIGNALS.Signal(),
 
 
-		showDialog: new SIGNALS.Signal(),
+		// showDialog: new SIGNALS.Signal(),
 
 
 		// notifications
 		// notifications
 
 

+ 0 - 1
editor/js/Menubar.File.js

@@ -272,7 +272,6 @@ Menubar.File = function ( editor ) {
 	*/
 	*/
 
 
 
 
-
 	//
 	//
 
 
 	var exportString = function ( output ) {
 	var exportString = function ( output ) {