diff options
| author | Nicola Mettifogo | 2007-07-10 09:30:56 +0000 | 
|---|---|---|
| committer | Nicola Mettifogo | 2007-07-10 09:30:56 +0000 | 
| commit | 40905f7ca230b685049029b9bff4d56ef6f0b059 (patch) | |
| tree | 90b2b23207eee13842424ba687055236e2bed40d | |
| parent | 3ac5498ec79e1081aa947dbff26f345bd9c25098 (diff) | |
| download | scummvm-rg350-40905f7ca230b685049029b9bff4d56ef6f0b059.tar.gz scummvm-rg350-40905f7ca230b685049029b9bff4d56ef6f0b059.tar.bz2 scummvm-rg350-40905f7ca230b685049029b9bff4d56ef6f0b059.zip | |
Removed leftover empty function.
svn-id: r28004
| -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) { | 
