diff options
Diffstat (limited to 'app/lib/exit.js')
| -rw-r--r-- | app/lib/exit.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/lib/exit.js b/app/lib/exit.js deleted file mode 100644 index 95485a7cef..0000000000 --- a/app/lib/exit.js +++ /dev/null @@ -1,6 +0,0 @@ -// @flow -import { remote } from 'electron'; - -module.exports = function () { - remote.app.quit(); -} |
