diff options
| author | uruk | 2014-07-09 12:56:16 +0200 |
|---|---|---|
| committer | uruk | 2014-07-09 12:56:16 +0200 |
| commit | 55f91da1ee02fcf8be40e10beccbc7e509b03902 (patch) | |
| tree | 5a62cb645309579f9dcc75c34b233772dd0eb89c | |
| parent | ec88528080e0c393598042902aca771396f72b1f (diff) | |
| download | scummvm-rg350-55f91da1ee02fcf8be40e10beccbc7e509b03902.tar.gz scummvm-rg350-55f91da1ee02fcf8be40e10beccbc7e509b03902.tar.bz2 scummvm-rg350-55f91da1ee02fcf8be40e10beccbc7e509b03902.zip | |
CGE2: Remove unused local variable from loadScript().
| -rw-r--r-- | engines/cge2/cge2_main.cpp | 2 |
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)); |
