From 43cb12930a7717f53f35b52e3727d11d4bb03f4f Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Tue, 5 Feb 2019 14:22:35 +0900
Subject: [PATCH] Remove unused declare

---
 src/client/app/config.ts | 1 -
 1 file changed, 1 deletion(-)

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;