aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
diff options
context:
space:
mode:
authorTravis Howell2007-08-09 05:43:58 +0000
committerTravis Howell2007-08-09 05:43:58 +0000
commit760986259c9a3031505068aaa75d031e117aeaa4 (patch)
treef2dfe2714bd6d09575187e51ff36387b3572fc89 /engines/parallaction
parent1643dd98bc0e048c77148317b6a7af7cfd9a1207 (diff)
downloadscummvm-rg350-760986259c9a3031505068aaa75d031e117aeaa4.tar.gz
scummvm-rg350-760986259c9a3031505068aaa75d031e117aeaa4.tar.bz2
scummvm-rg350-760986259c9a3031505068aaa75d031e117aeaa4.zip
Fix compile warnings.
svn-id: r28501
Diffstat (limited to 'engines/parallaction')
-rw-r--r--engines/parallaction/disk_ns.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/parallaction/disk_ns.cpp b/engines/parallaction/disk_ns.cpp
index d6ff9cc4bf..7cb410d647 100644
--- a/engines/parallaction/disk_ns.cpp
+++ b/engines/parallaction/disk_ns.cpp
@@ -988,8 +988,6 @@ Graphics::Surface* AmigaDisk_ns::makeStaticCnv(Common::SeekableReadStream &strea
byte *buf = (byte*)malloc(rawsize);
stream.read(buf, rawsize);
- uint32 decsize = width * height;
-
Graphics::Surface *cnv = new Graphics::Surface;
cnv->create(width, height, 1);