Continue move to redux

This commit is contained in:
Scott E. Graves
2019-06-05 23:55:10 -05:00
parent a1a144b1d2
commit defbc58c7d

View File

@@ -666,10 +666,6 @@ ipcMain.on(Constants.IPC_Grab_Releases, (event) => {
standardIPCReply(event, Constants.IPC_Grab_Releases_Reply); 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) => { ipcMain.on(Constants.IPC_Install_Dependency, (event, data) => {
if (data.Source.toLowerCase().endsWith('.dmg')) { if (data.Source.toLowerCase().endsWith('.dmg')) {
helpers helpers