aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/paint.cpp
diff options
context:
space:
mode:
authormd52011-02-26 19:07:31 +0200
committermd52011-02-26 19:07:31 +0200
commitfe04339909ad9a78cd49a057d3188cc5f54aa713 (patch)
tree977e0a59501256ccc586af5253fe3d78acf64b3c /engines/sci/graphics/paint.cpp
parentab256842e4a23acf8de28ea5e74344d47677d029 (diff)
downloadscummvm-rg350-fe04339909ad9a78cd49a057d3188cc5f54aa713.tar.gz
scummvm-rg350-fe04339909ad9a78cd49a057d3188cc5f54aa713.tar.bz2
scummvm-rg350-fe04339909ad9a78cd49a057d3188cc5f54aa713.zip
SCI: Removed the SCI32 version of kernelDrawCel() and placed its code inside the debug function cmdDrawCel, as it was hacked together to be used specifically in that command (thanks to salty-horse for spotting this)
Diffstat (limited to 'engines/sci/graphics/paint.cpp')
-rw-r--r--engines/sci/graphics/paint.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/sci/graphics/paint.cpp b/engines/sci/graphics/paint.cpp
index 50b0534ba7..c347da3c0f 100644
--- a/engines/sci/graphics/paint.cpp
+++ b/engines/sci/graphics/paint.cpp
@@ -43,9 +43,6 @@ GfxPaint::~GfxPaint() {
void GfxPaint::kernelDrawPicture(GuiResourceId pictureId, int16 animationNr, bool animationBlackoutFlag, bool mirroredFlag, bool addToFlag, int16 EGApaletteNo) {
}
-void GfxPaint::kernelDrawCel(GuiResourceId viewId, int16 loopNo, int16 celNo, uint16 leftPos, uint16 topPos, int16 priority, uint16 paletteNo, bool hiresMode, reg_t upscaledHiresHandle) {
-}
-
void GfxPaint::kernelGraphDrawLine(Common::Point startPoint, Common::Point endPoint, int16 color, int16 priority, int16 control) {
}