Browse Source

Editor: Clean up.

Mr.doob 1 year ago
parent
commit
b2e1389253
2 changed files with 0 additions and 9 deletions
  1. 0 5
      editor/js/Menubar.Add.js
  2. 0 4
      editor/js/Menubar.File.js

+ 0 - 5
editor/js/Menubar.Add.js

@@ -35,11 +35,6 @@ function MenubarAdd( editor ) {
 	} );
 	} );
 	options.add( option );
 	options.add( option );
 
 
-	//
-
-	options.add( new UIHorizontalRule() );
-
-
 	// Mesh
 	// Mesh
 
 
 	const meshSubmenuTitle = new UIRow().setTextContent( strings.getKey( 'menubar/add/mesh' ) ).addClass( 'option' ).addClass( 'submenu-title' );
 	const meshSubmenuTitle = new UIRow().setTextContent( strings.getKey( 'menubar/add/mesh' ) ).addClass( 'option' ).addClass( 'submenu-title' );

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

@@ -35,10 +35,6 @@ function MenubarFile( editor ) {
 	} );
 	} );
 	options.add( option );
 	options.add( option );
 
 
-	//
-
-	options.add( new UIHorizontalRule() );
-
 	// Import
 	// Import
 
 
 	const form = document.createElement( 'form' );
 	const form = document.createElement( 'form' );