From d6109b2eb418c9aca6538a13d409a5490ccca14a Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Wed, 2 Jun 2021 09:27:45 +0200 Subject: [PATCH] chore: remove unused methods (#29438) --- typings/internal-electron.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/typings/internal-electron.d.ts b/typings/internal-electron.d.ts index f4d381fd63db..097ea1f2fc7d 100644 --- a/typings/internal-electron.d.ts +++ b/typings/internal-electron.d.ts @@ -57,10 +57,6 @@ declare namespace Electron { interface WebContents { _loadURL(url: string, options: ElectronInternal.LoadURLOptions): void; - _stop(): void; - _goBack(): void; - _goForward(): void; - _goToOffset(offset: number): void; getOwnerBrowserWindow(): Electron.BrowserWindow; getWebPreferences(): Electron.WebPreferences; getLastWebPreferences(): Electron.WebPreferences;