aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2012-06-14 22:07:36 +1000
committerPaul Gilbert2012-06-14 22:07:36 +1000
commite55a16271e4a686d6a23bdb479cd5cf8ac89594a (patch)
treeac2dc6577da4414ab78569643fbd37dd48420ea1 /engines/tony/gfxcore.cpp
parentd4e9aa78aba58ba96d99595410fd46dd351b8aca (diff)
downloadscummvm-rg350-e55a16271e4a686d6a23bdb479cd5cf8ac89594a.tar.gz
scummvm-rg350-e55a16271e4a686d6a23bdb479cd5cf8ac89594a.tar.bz2
scummvm-rg350-e55a16271e4a686d6a23bdb479cd5cf8ac89594a.zip
TONY: Removed unused global static object and associated method
Diffstat (limited to 'engines/tony/gfxcore.cpp')
-rw-r--r--engines/tony/gfxcore.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/tony/gfxcore.cpp b/engines/tony/gfxcore.cpp
index e168d2b7c9..37fc947912 100644
--- a/engines/tony/gfxcore.cpp
+++ b/engines/tony/gfxcore.cpp
@@ -251,8 +251,6 @@ RMGfxWoodyBuffer::RMGfxWoodyBuffer(int dimx, int dimy, bool bUseDDraw)
* RMGfxTargetBuffer Methods
\****************************************************************************/
-RMGfxClearTask RMGfxTargetBuffer::taskClear;
-
RMGfxTargetBuffer::RMGfxTargetBuffer() {
_otlist = NULL;
_otSize = 0;
@@ -376,11 +374,6 @@ void RMGfxTargetBuffer::addPrim(RMGfxPrimitive *prim) {
// g_system->unlockMutex(csModifyingOT);
}
-void RMGfxTargetBuffer::addClearTask(void) {
- addPrim(new RMGfxPrimitive(&taskClear));
-}
-
-
/****************************************************************************\
* RMGfxSourceBufferPal Methods
\****************************************************************************/