We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399583d commit c26cc70Copy full SHA for c26cc70
src/main/window-manager.js
@@ -18,11 +18,6 @@ var path = require('path');
18
*/
19
var RESOURCES = path.resolve(__dirname, '../app/');
20
21
-/**
22
- * TODO (imlucas) Missing this PNG.
23
- */
24
-var COMPASS_ICON_PATH = RESOURCES + '/images/mongodb-compass.png';
25
-
26
/**
27
* The app's HTML shell which is the output of `./src/index.html`
28
* created by the `build:pages` gulp task.
@@ -80,13 +75,6 @@ function isSingleInstance(_window) {
80
75
return !isNotSingle;
81
76
}
82
77
83
-function openDevTools() {
84
- debug('openDevTools()');
85
- AppMenu.lastFocusedWindow.openDevTools({
86
- detach: true
87
- });
88
-}
89
90
78
91
79
* Call me instead of using `new BrowserWindow()` directly because i'll:
92
*
0 commit comments