aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
authorMax Horn2002-10-22 11:48:24 +0000
committerMax Horn2002-10-22 11:48:24 +0000
commit5151e561d504864a655b25512a933f3bf70bd3de (patch)
tree8a1c9e66bad22700749ee75f07adb39973f90958 /scumm/smush
parent9f33d561a981203d5d482113b35b329da600ca0e (diff)
downloadscummvm-rg350-5151e561d504864a655b25512a933f3bf70bd3de.tar.gz
scummvm-rg350-5151e561d504864a655b25512a933f3bf70bd3de.tar.bz2
scummvm-rg350-5151e561d504864a655b25512a933f3bf70bd3de.zip
fixing various warnings that occur with -Wshadow;some other minor cleanup
svn-id: r5239
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/brenderer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/smush/brenderer.h b/scumm/smush/brenderer.h
index 434c18b8a0..b5ec15aad7 100644
--- a/scumm/smush/brenderer.h
+++ b/scumm/smush/brenderer.h
@@ -49,7 +49,6 @@ protected:
int32 getNbframes() const { return _nbframes; }; //!< accessor for number of frames
int32 getWidth() const { return _width; }; //!< accessor for current width
int32 getHeight() const { return _height; }; //!< accessor for current height
- const Palette & pal() const { return _pal; }; //!< accessor for current palette
const char * data() const { return _data; }; //!< accessor for current frame buffer
void clean(); //!< memory cleanup (deletes frame buffer)
void setFrame(int32 f) { _frame = f; }; //!< allows to change the frame number