[chore] remove ununsed function

This commit is contained in:
MathieuG-P
2023-10-15 14:23:23 +02:00
parent dcd10e01ea
commit da387169a5
@@ -76,10 +76,6 @@ export class WindowManagerService {
return BrowserWindow.getAllWindows().filter(w => w.webContents.getURL().includes(window));
}
public getBrowserWindowsFromWebContents(sender: Electron.WebContents): BrowserWindow {
return BrowserWindow.fromWebContents(sender);
}
public openWindowOrFocus(window: AppWindow): Promise<void> {
const win = this.getWindows(window);