From 9a280d396532c9ac38cfd8589012dd47e659d002 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Thu, 3 Mar 2016 20:31:10 -0600 Subject: SCI32: Add all kBitmap signatures Not all SCI2.1late/SCI3 function signatures are fully known yet, but all subops are now represented in the kernel tables. --- engines/sci/graphics/text32.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'engines/sci/graphics/text32.h') diff --git a/engines/sci/graphics/text32.h b/engines/sci/graphics/text32.h index f9a302a65c..d95792aa8d 100644 --- a/engines/sci/graphics/text32.h +++ b/engines/sci/graphics/text32.h @@ -132,11 +132,6 @@ private: */ Common::Point _drawPosition; - // TODO: This is general for all CelObjMem and should be - // put in a single location, like maybe as a static - // method of CelObjMem?! - void buildBitmapHeader(byte *bitmap, const int16 width, const int16 height, const uint8 skipColor, const int16 displaceX, const int16 displaceY, const int16 scaledWidth, const int16 scaledHeight, const uint32 hunkPaletteOffset, const bool useRemap) const; - void drawFrame(const Common::Rect &rect, const int16 size, const uint8 color, const bool doScaling); void drawTextBox(); void erase(const Common::Rect &rect, const bool doScaling); -- cgit v1.2.3