remove unused on-game-close event

This commit is contained in:
Zamitto 2024-06-20 10:06:30 -03:00
parent 94a25a2383
commit 570259c5c7

View File

@ -89,10 +89,6 @@ export const watchProcesses = async () => {
gameRepository.update({ objectID: game.objectID }, { remoteId });
});
}
if (WindowManager.mainWindow) {
WindowManager.mainWindow.webContents.send("on-game-close", game.id);
}
}
}