Skip to content

Commit

Permalink
remove unuse variable
Browse files Browse the repository at this point in the history
  • Loading branch information
trazyn committed Sep 3, 2017
1 parent bc3db91 commit 113d948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import fs from 'fs';
import tmp from 'tmp';
import { app, powerMonitor, BrowserWindow, Tray, Menu, ipcMain, clipboard, shell, session } from 'electron';
import { app, powerMonitor, BrowserWindow, Tray, Menu, ipcMain, clipboard, shell } from 'electron';
import windowStateKeeper from 'electron-window-state';
import AutoLaunch from 'auto-launch';

Expand Down

0 comments on commit 113d948

Please sign in to comment.