aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/gfx.cpp')
-rw-r--r--engines/hdb/gfx.cpp5
1 files changed, 0 insertions, 5 deletions
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);