aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/ai-cinematic.cpp1
-rw-r--r--engines/hdb/gfx.cpp5
2 files changed, 0 insertions, 6 deletions
diff --git a/engines/hdb/ai-cinematic.cpp b/engines/hdb/ai-cinematic.cpp
index 36e740543f..572f05901a 100644
--- a/engines/hdb/ai-cinematic.cpp
+++ b/engines/hdb/ai-cinematic.cpp
@@ -454,7 +454,6 @@ void AI::processCines() {
complete = true;
break;
default:
- warning("STUB: AI::PROCESSCINES incomplete for %d", _cine[i]->cmdType);
break;
}
diff --git a/engines/hdb/gfx.cpp b/engines/hdb/gfx.cpp
index 87da3459cb..3aa37e928c 100644
--- a/engines/hdb/gfx.cpp
+++ b/engines/hdb/gfx.cpp
@@ -153,11 +153,6 @@ bool Gfx::init() {
_tileSkyClouds = getTileIndex(TILE_SKY_CLOUDS); // Not completely sure about this filename.
_skyClouds = NULL;
- /*
- TODO: Setup Gamma Table
- */
- warning("STUB: Gfx::init() gamma missing");
-
// Load Mouse Pointer and Display Cursor
_mousePointer[0] = loadPic(PIC_MOUSE_CURSOR1);
_mousePointer[1] = loadPic(PIC_MOUSE_CURSOR2);