File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -243,16 +243,6 @@ var menu = (function() {
243
243
m = Menu . buildFromTemplate ( m ) ;
244
244
Menu . setApplicationMenu ( m ) ;
245
245
}
246
- // hideShareSubMenu: function() {
247
- // this.load(false);
248
- // },
249
- // hideConnectSubMenu: function() {
250
- // },
251
- // showConnectSubMenu: function() {
252
- // },
253
- // showShareSubMenu: function() {
254
- // this.load(true);
255
- // }
256
246
} ;
257
247
} ( ) ) ;
258
248
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ module.exports.create = function(opts) {
64
64
}
65
65
} ) ;
66
66
menu . load ( ) ;
67
- // GLOBAL.menu = menu;
68
67
69
68
// makes the application a single instance application
70
69
// see "app.makeSingleInstance" in https://github.com/atom/electron/blob/master/docs/api/app.md
You can’t perform that action at this time.
0 commit comments