aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2_main.cpp')
-rw-r--r--engines/cge2/cge2_main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index 2148848868..ff8621fd63 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -328,8 +328,6 @@ void CGE2Engine::loadScript(const char *fname) {
if (line.empty())
continue;
- char *p;
-
lcnt++;
Common::strlcpy(tmpStr, line.c_str(), sizeof(tmpStr));