aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
authorGregory Montoir2004-01-23 10:34:57 +0000
committerGregory Montoir2004-01-23 10:34:57 +0000
commit82e005fe5ad3803745b47f15fe8463b7709bf1a3 (patch)
tree0070e6cf67e22ba6880ac795cc72f08d35e1bfd3 /queen/graphics.h
parent28b365803b3e1dbffb453bb53b23dfa7db9e7277 (diff)
downloadscummvm-rg350-82e005fe5ad3803745b47f15fe8463b7709bf1a3.tar.gz
scummvm-rg350-82e005fe5ad3803745b47f15fe8463b7709bf1a3.tar.bz2
scummvm-rg350-82e005fe5ad3803745b47f15fe8463b7709bf1a3.zip
use BobSlot::clear instead of Graphics::clearBob
svn-id: r12580
Diffstat (limited to 'queen/graphics.h')
-rw-r--r--queen/graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/queen/graphics.h b/queen/graphics.h
index 46a86f5e9f..f786e20703 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -101,7 +101,6 @@ public:
void drawInventoryItem(uint32 frameNum, uint16 x, uint16 y);
void pasteBob(uint16 objNum, uint16 image);
void shrinkFrame(const BobFrame *bf, uint16 percentage);
- void clearBob(uint32 bobNum);
void sortBobs();
void drawBobs();
void clearBobs();