Remove unused declare

This commit is contained in:
syuilo 2019-02-05 14:22:35 +09:00
parent 8129d4dc23
commit 43cb12930a
No known key found for this signature in database
GPG Key ID: BDC4C49D06AB9D69
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
declare const _LANGS_: string[]; declare const _LANGS_: string[];
declare const _THEME_COLOR_: string;
declare const _COPYRIGHT_: string; declare const _COPYRIGHT_: string;
declare const _VERSION_: string; declare const _VERSION_: string;
declare const _CLIENT_VERSION_: string; declare const _CLIENT_VERSION_: string;