Skip to content

Commit 6d923e3

Browse files
committed
unnecessary comments
1 parent 52e5c8d commit 6d923e3

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/electron/menu.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -243,16 +243,6 @@ var menu = (function() {
243243
m = Menu.buildFromTemplate(m);
244244
Menu.setApplicationMenu(m);
245245
}
246-
// hideShareSubMenu: function() {
247-
// this.load(false);
248-
// },
249-
// hideConnectSubMenu: function() {
250-
// },
251-
// showConnectSubMenu: function() {
252-
// },
253-
// showShareSubMenu: function() {
254-
// this.load(true);
255-
// }
256246
};
257247
}());
258248

src/electron/window-manager.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ module.exports.create = function(opts) {
6464
}
6565
});
6666
menu.load();
67-
// GLOBAL.menu = menu;
6867

6968
// makes the application a single instance application
7069
// see "app.makeSingleInstance" in https://github.com/atom/electron/blob/master/docs/api/app.md

0 commit comments

Comments
 (0)