From defbc58c7dc77fd40d237c596bb72142925582e5 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 5 Jun 2019 23:55:10 -0500 Subject: [PATCH] Continue move to redux --- public/electron.js | 4 ---- 1 file changed, 4 deletions(-) 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