diff options
Diffstat (limited to 'frontend/src/updater.ts')
| -rw-r--r-- | frontend/src/updater.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/frontend/src/updater.ts b/frontend/src/updater.ts index d6c23832..2df1f2a5 100644 --- a/frontend/src/updater.ts +++ b/frontend/src/updater.ts @@ -4,11 +4,6 @@ export enum Branches { // Testing, } -export interface DeckyUpdater { - updateProgress: (val: number) => void; - finish: () => void; -} - export interface RemoteVerInfo { assets: { browser_download_url: string; |
