Remove unused constants

This commit is contained in:
hensm
2019-06-25 23:29:06 +01:00
parent e1a3ca43e1
commit 405883c17b
2 changed files with 1 additions and 10 deletions

3
ext/src/global.d.ts vendored
View File

@@ -1,7 +1,4 @@
// Define replacement types
declare const EXTENSION_NAME: string;
declare const EXTENSION_ID: string;
declare const EXTENSION_VERSION: string;
declare const MIRRORING_APP_ID: string;
declare const APPLICATION_NAME: string;
declare const APPLICATION_VERSION: string;