aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/config.inc.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/config.inc.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Game/Code/config.inc.in b/Game/Code/config.inc.in
index e9165c30..90471b8d 100644
--- a/Game/Code/config.inc.in
+++ b/Game/Code/config.inc.in
@@ -8,7 +8,6 @@
{$@DEFINE_USE_LOCAL_DIRS@ UseLocalDirs}
{$IF (not Defined(UseLocalDirs)) and Defined(IncludeConstants)}
PathSuffix = WideString('@suffix@');
- LogPath = WideString('@logrootdir@/'+PathSuffix);
SharedPath = WideString('@sharerootdir@/'+PathSuffix);
{$IFEND}