aboutsummaryrefslogtreecommitdiffhomepage
path: root/desktop/main.js
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2018-09-29 16:59:29 +1200
committerDevine Lu Linvega <[email protected]>2018-09-29 16:59:29 +1200
commit1af51d18b92ce35c766dcf383f0862db7c32bbe3 (patch)
treed4a0ba609e37477ae843baff01bf907947484619 /desktop/main.js
parent798bc2dad6bc86540764b095ecb9ed4609d6b439 (diff)
downloadOrca-1af51d18b92ce35c766dcf383f0862db7c32bbe3.tar.gz
Orca-1af51d18b92ce35c766dcf383f0862db7c32bbe3.zip
Improved walkthrough and benchmark
Diffstat (limited to 'desktop/main.js')
-rw-r--r--desktop/main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/main.js b/desktop/main.js
index 977233f..1965c28 100644
--- a/desktop/main.js
+++ b/desktop/main.js
@@ -3,8 +3,6 @@ const path = require('path')
const url = require('url')
const shell = require('electron').shell;
-let win
-
let is_shown = true;
app.win = null;