summaryrefslogtreecommitdiff
path: root/src/char/inter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/inter.cpp')
-rw-r--r--src/char/inter.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/char/inter.cpp b/src/char/inter.cpp
index 3cb51e7..81c4a9d 100644
--- a/src/char/inter.cpp
+++ b/src/char/inter.cpp
@@ -26,8 +26,6 @@
// that is the waiting time of answers of all map-servers
constexpr std::chrono::minutes WISDATA_TTL = std::chrono::minutes(1);
-FString inter_log_filename = "log/inter.log";
-
static
FString accreg_txt = "save/accreg.txt";
@@ -203,10 +201,6 @@ int inter_config_read(ZString cfgName)
if (party_share_level < 0)
party_share_level = 0;
}
- else if (w1 == "inter_log_filename")
- {
- inter_log_filename = w2;
- }
else if (w1 == "import")
{
inter_config_read(w2);