summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/main/window-controller.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/gui/src/main/window-controller.ts b/gui/src/main/window-controller.ts
index 09b8d7651f..a44724d23f 100644
--- a/gui/src/main/window-controller.ts
+++ b/gui/src/main/window-controller.ts
@@ -199,12 +199,6 @@ export default class WindowController {
return this.windowValue.isVisible();
}
- // Electron uses the `any` type.
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
- public send(event: string, ...data: any[]): void {
- this.webContentsValue.send(event, ...data);
- }
-
private showImmediately() {
const window = this.windowValue;