diff options
| -rw-r--r-- | engines/parallaction/graphics.cpp | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/engines/parallaction/graphics.cpp b/engines/parallaction/graphics.cpp index 51ec65f792..67f2463038 100644 --- a/engines/parallaction/graphics.cpp +++ b/engines/parallaction/graphics.cpp @@ -449,16 +449,6 @@ void Gfx::initMouse(uint16 arg_0) {  	return;  } -//	NOTE: this routine will be moved into Gfx as soon as enough clarity -//	is made regarding the field _id and _index of InventoryItem. -// -void extractInventoryGraphics(int16 pos, byte *dst) { -//	printf("extractInventoryGraphics(%i)\n", pos); - - -	return; -} -  void Gfx::setMousePointer(int16 index) { | 
