Skip to content

Commit 6fa49ab

Browse files
author
Federico Fissore
committed
removed duplicate constructor call
1 parent f3c9cf0 commit 6fa49ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/processing/app/Editor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,6 @@ protected void applyPreferences() {
476476

477477
protected void buildMenuBar() {
478478
JMenuBar menubar = new JMenuBar();
479-
menubar = new JMenuBar();
480479
menubar.add(buildFileMenu());
481480
menubar.add(buildEditMenu());
482481
menubar.add(buildSketchMenu());

0 commit comments

Comments
 (0)