summaryrefslogtreecommitdiff
path: root/src/client/app/config.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-08-21 05:42:31 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-08-21 05:42:31 +0900
commita603602f32ad6ca40e407c768e1cb71c8649db60 (patch)
treed0d5ac0527ff8d045e508ef26ca2151d6eb4f8b4 /src/client/app/config.ts
parentRevert "Fix bug?" (diff)
downloadsharkey-a603602f32ad6ca40e407c768e1cb71c8649db60.tar.gz
sharkey-a603602f32ad6ca40e407c768e1cb71c8649db60.tar.bz2
sharkey-a603602f32ad6ca40e407c768e1cb71c8649db60.zip
Clean up
Diffstat (limited to 'src/client/app/config.ts')
-rw-r--r--src/client/app/config.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/app/config.ts b/src/client/app/config.ts
index 76cd536a49..74b9ea21c8 100644
--- a/src/client/app/config.ts
+++ b/src/client/app/config.ts
@@ -4,7 +4,6 @@ declare const _THEME_COLOR_: string;
declare const _COPYRIGHT_: string;
declare const _VERSION_: string;
declare const _CODENAME_: string;
-declare const _LICENSE_: string;
const address = new URL(location.href);
@@ -19,4 +18,3 @@ export const themeColor = _THEME_COLOR_;
export const copyright = _COPYRIGHT_;
export const version = _VERSION_;
export const codename = _CODENAME_;
-export const license = _LICENSE_;