aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Mettifogo2007-03-19 20:26:17 +0000
committerNicola Mettifogo2007-03-19 20:26:17 +0000
commit1931461127c36d688928dd8c386ecfcd89a09a61 (patch)
tree9385daf1829800ebeaf07c0e7e5d7d74beb4f047
parentb7eb659e06ea37c660fdc6665e69a0b6701901d1 (diff)
downloadscummvm-rg350-1931461127c36d688928dd8c386ecfcd89a09a61.tar.gz
scummvm-rg350-1931461127c36d688928dd8c386ecfcd89a09a61.tar.bz2
scummvm-rg350-1931461127c36d688928dd8c386ecfcd89a09a61.zip
deleted some dead code
svn-id: r26242
-rw-r--r--engines/parallaction/graphics.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/parallaction/graphics.cpp b/engines/parallaction/graphics.cpp
index ba4954d163..98ee45da1d 100644
--- a/engines/parallaction/graphics.cpp
+++ b/engines/parallaction/graphics.cpp
@@ -472,12 +472,6 @@ void Gfx::setMousePointer(int16 index) {
if (index == kCursorArrow) { // standard mouse pointer
- StaticCnv cnv;
-
- cnv._width = 16;
- cnv._height = 16;
- cnv._data0 = _mouseArrow;
-
g_system->setMouseCursor(_mouseArrow, 16, 16, 0, 0, 0);
g_system->showMouse(true);
@@ -971,8 +965,6 @@ Gfx::Gfx(Parallaction* vm) :
initMouse( 0 );
_font = NULL;
-// _font._count = 0;
-// _font._array = NULL;
return;
}