aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-03-29 18:34:31 +0000
committerNicola Mettifogo2007-03-29 18:34:31 +0000
commit711865ef635cecac9d425976e0f0407ca137f4e5 (patch)
tree1cce36663d243b918095746a4cb5f27fa62415ff /engines/parallaction/graphics.h
parent623ca8802269914ab90a1127f89c66dd2cb571f1 (diff)
downloadscummvm-rg350-711865ef635cecac9d425976e0f0407ca137f4e5.tar.gz
scummvm-rg350-711865ef635cecac9d425976e0f0407ca137f4e5.tar.bz2
scummvm-rg350-711865ef635cecac9d425976e0f0407ca137f4e5.zip
- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()
- enforced use of getFramePtr instead of Cnv::_array member svn-id: r26317
Diffstat (limited to 'engines/parallaction/graphics.h')
-rw-r--r--engines/parallaction/graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index 84a602e9b8..400f08d43f 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -98,7 +98,6 @@ public:
// cnv management
void makeCnvFromString(StaticCnv *cnv, char *text);
- void freeCnv(Cnv *cnv);
void freeStaticCnv(StaticCnv *cnv);
void backupDoorBackground(DoorData *data, int16 x, int16 y);
void backupGetBackground(GetData *data, int16 x, int16 y);