Skip to content

Commit

Permalink
Editor: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 8, 2024
1 parent c5ae348 commit b2e1389
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions editor/js/Menubar.Add.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ function MenubarAdd( editor ) {
} );
options.add( option );

//

options.add( new UIHorizontalRule() );


// Mesh

const meshSubmenuTitle = new UIRow().setTextContent( strings.getKey( 'menubar/add/mesh' ) ).addClass( 'option' ).addClass( 'submenu-title' );
Expand Down
4 changes: 0 additions & 4 deletions editor/js/Menubar.File.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ function MenubarFile( editor ) {
} );
options.add( option );

//

options.add( new UIHorizontalRule() );

// Import

const form = document.createElement( 'form' );
Expand Down

0 comments on commit b2e1389

Please sign in to comment.