From de4b75db37aa0b31e9d1f131068103b86b513924 Mon Sep 17 00:00:00 2001 From: jakcron Date: Wed, 13 Oct 2021 16:17:46 +0800 Subject: [PATCH] Misc --- src/IniProcess.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/IniProcess.h b/src/IniProcess.h index 747df38..b717e5b 100644 --- a/src/IniProcess.h +++ b/src/IniProcess.h @@ -19,7 +19,6 @@ public: void setKipExtractPath(const tc::io::Path& path); private: - const std::string kKipExtention = ".kip"; const size_t kCacheSize = 0x10000; std::string mModuleName;