aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-26 10:17:27 +0530
committerEugene Sandulenko2019-09-03 17:17:29 +0200
commit12f46b3f9d246e4610ed309254f6850f31d478d5 (patch)
treec10ea5cb8d9fad3d3f72a64ea57954ab0ba8ca80 /engines/hdb/gfx.cpp
parent5ba5a335a14ba79c9aa0671f1825dad0807fee0b (diff)
downloadscummvm-rg350-12f46b3f9d246e4610ed309254f6850f31d478d5.tar.gz
scummvm-rg350-12f46b3f9d246e4610ed309254f6850f31d478d5.tar.bz2
scummvm-rg350-12f46b3f9d246e4610ed309254f6850f31d478d5.zip
HDB: Remove redundant stubs
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);