diff options
author | Paul Gilbert | 2009-03-23 08:31:14 +0000 |
---|---|---|
committer | Paul Gilbert | 2009-03-23 08:31:14 +0000 |
commit | 93ff05cb6de0ed8b199eab31812421e03a94809c (patch) | |
tree | 674cb31027bc9ab6d914fb4eaf1da7680e314650 /engines | |
parent | 4f2e22e87ac7b7c8f4c0f1f104c47dc1b06962b9 (diff) | |
download | scummvm-rg350-93ff05cb6de0ed8b199eab31812421e03a94809c.tar.gz scummvm-rg350-93ff05cb6de0ed8b199eab31812421e03a94809c.tar.bz2 scummvm-rg350-93ff05cb6de0ed8b199eab31812421e03a94809c.zip |
Removed unused variables from a DEBUG method
svn-id: r39625
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tinsel/polygons.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/tinsel/polygons.cpp b/engines/tinsel/polygons.cpp index 126b62b632..e097174fe2 100644 --- a/engines/tinsel/polygons.cpp +++ b/engines/tinsel/polygons.cpp @@ -1409,7 +1409,6 @@ void CheckNPathIntegrity() { const Poly *cp; // Compiled polygon structure int i, j; // Loop counters int n; // Last node in current path - int32 *nlistx, *nlisty; pps = LockMem(pHandle); // All polygons |