diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-05 14:22:35 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-05 14:22:35 +0900 |
| commit | 43cb12930a7717f53f35b52e3727d11d4bb03f4f (patch) | |
| tree | c2faf9a5d59a6ab017f9729dccf64e2ca4c54d1c | |
| parent | Refactoring (diff) | |
| download | misskey-43cb12930a7717f53f35b52e3727d11d4bb03f4f.tar.gz misskey-43cb12930a7717f53f35b52e3727d11d4bb03f4f.tar.bz2 misskey-43cb12930a7717f53f35b52e3727d11d4bb03f4f.zip | |
Remove unused declare
| -rw-r--r-- | src/client/app/config.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/config.ts b/src/client/app/config.ts index c88214d3b3..99ee769f25 100644 --- a/src/client/app/config.ts +++ b/src/client/app/config.ts @@ -1,5 +1,4 @@ declare const _LANGS_: string[]; -declare const _THEME_COLOR_: string; declare const _COPYRIGHT_: string; declare const _VERSION_: string; declare const _CLIENT_VERSION_: string; |