diff options
| author | Nipun Garg | 2019-07-26 10:17:27 +0530 | 
|---|---|---|
| committer | Eugene Sandulenko | 2019-09-03 17:17:29 +0200 | 
| commit | 12f46b3f9d246e4610ed309254f6850f31d478d5 (patch) | |
| tree | c10ea5cb8d9fad3d3f72a64ea57954ab0ba8ca80 | |
| parent | 5ba5a335a14ba79c9aa0671f1825dad0807fee0b (diff) | |
| download | scummvm-rg350-12f46b3f9d246e4610ed309254f6850f31d478d5.tar.gz scummvm-rg350-12f46b3f9d246e4610ed309254f6850f31d478d5.tar.bz2 scummvm-rg350-12f46b3f9d246e4610ed309254f6850f31d478d5.zip | |
HDB: Remove redundant stubs
| -rw-r--r-- | engines/hdb/ai-cinematic.cpp | 1 | ||||
| -rw-r--r-- | engines/hdb/gfx.cpp | 5 | 
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); | 
