Skip to content

Commit

Permalink
Remove unnecessary methods on window
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Feb 21, 2019
1 parent af40ced commit ce9a52d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions preload.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ window.restart = () => {
ipc.send('restart');
};

window.setMediaPermissions = enabled =>
ipc.send('set-media-permissions', enabled);
window.getMediaPermissions = () => ipc.sendSync('get-media-permissions');

window.closeAbout = () => ipc.send('close-about');

window.updateTrayIcon = unreadCount =>
Expand Down

0 comments on commit ce9a52d

Please sign in to comment.