diff --git a/public/electron.js b/public/electron.js index ec04c56..982c2dd 100644 --- a/public/electron.js +++ b/public/electron.js @@ -666,10 +666,6 @@ ipcMain.on(Constants.IPC_Grab_Releases, (event) => { standardIPCReply(event, Constants.IPC_Grab_Releases_Reply); }); -ipcMain.on(Constants.IPC_Grab_UI_Releases, (event) => { - standardIPCReply(event, Constants.IPC_Grab_UI_Releases_Reply); -}); - ipcMain.on(Constants.IPC_Install_Dependency, (event, data) => { if (data.Source.toLowerCase().endsWith('.dmg')) { helpers