diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-27 10:58:32 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-27 10:58:32 +0000 |
| commit | d6cd97209434e47bb0b3d8486d88c32331eaacf9 (patch) | |
| tree | f955e6e91ed4efc6e87b46bf2cfb70c2d4a34815 | |
| parent | abb5fe50c5550f5c70ac1d2bf494479c8a961b86 (diff) | |
| download | mullvadvpn-d6cd97209434e47bb0b3d8486d88c32331eaacf9.tar.xz mullvadvpn-d6cd97209434e47bb0b3d8486d88c32331eaacf9.zip | |
Remove unused RPC event
| -rw-r--r-- | app/main.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/main.js b/app/main.js index 9c70dac8e5..f3d5f079db 100644 --- a/app/main.js +++ b/app/main.js @@ -143,10 +143,6 @@ const showWindow = () => { window.focus(); }; -ipcMain.on('show-window', () => { - showWindow(); -}); - const createTray = () => { tray = new Tray(path.join(__dirname, 'assets/images/tray-icon-default.png')); tray.on('right-click', toggleWindow); |
