Skip to content

Commit c26cc70

Browse files
committed
👕 fix linter error introduced in 8fd3378
1 parent 399583d commit c26cc70

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/main/window-manager.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ var path = require('path');
1818
*/
1919
var RESOURCES = path.resolve(__dirname, '../app/');
2020

21-
/**
22-
* TODO (imlucas) Missing this PNG.
23-
*/
24-
var COMPASS_ICON_PATH = RESOURCES + '/images/mongodb-compass.png';
25-
2621
/**
2722
* The app's HTML shell which is the output of `./src/index.html`
2823
* created by the `build:pages` gulp task.
@@ -80,13 +75,6 @@ function isSingleInstance(_window) {
8075
return !isNotSingle;
8176
}
8277

83-
function openDevTools() {
84-
debug('openDevTools()');
85-
AppMenu.lastFocusedWindow.openDevTools({
86-
detach: true
87-
});
88-
}
89-
9078
/**
9179
* Call me instead of using `new BrowserWindow()` directly because i'll:
9280
*

0 commit comments

Comments
 (0)