diff options
author | Devine Lu Linvega <[email protected]> | 2019-04-25 07:22:39 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-04-25 07:22:39 +0900 |
commit | d1d77d9336fba22bb4b892103ab1505ce28c2922 (patch) | |
tree | fd433d036d5f53e811caa1a5ac0453d751cb3976 /desktop/main.js | |
parent | 1bae16c87dd44594ff39360f31b34419e9e0ee7f (diff) | |
download | Orca-d1d77d9336fba22bb4b892103ab1505ce28c2922.tar.gz Orca-d1d77d9336fba22bb4b892103ab1505ce28c2922.zip |
Removed unused
Diffstat (limited to 'desktop/main.js')
-rw-r--r-- | desktop/main.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/main.js b/desktop/main.js index 157729c..efd52e1 100644 --- a/desktop/main.js +++ b/desktop/main.js @@ -1,7 +1,4 @@ const { app, BrowserWindow, webFrame, Menu } = require('electron') -const path = require('path') -const url = require('url') -const shell = require('electron').shell let isShown = true |