[Scummvm-cvs-logs] scummvm master -> 1b81ea16f0f04a6d2e8ecd75818b9e9c12b0ab64

dreammaster dreammaster at scummvm.org
Sat Jun 6 13:01:05 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1b81ea16f0 LURE: Remove unused function prototype


Commit: 1b81ea16f0f04a6d2e8ecd75818b9e9c12b0ab64
    https://github.com/scummvm/scummvm/commit/1b81ea16f0f04a6d2e8ecd75818b9e9c12b0ab64
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-06-06T06:59:52-04:00

Commit Message:
LURE: Remove unused function prototype

Changed paths:
    engines/lure/res.h



diff --git a/engines/lure/res.h b/engines/lure/res.h
index 9002ca3..19fbde1 100644
--- a/engines/lure/res.h
+++ b/engines/lure/res.h
@@ -100,7 +100,6 @@ public:
 	static Resources &getReference();
 	void reset();
 
-	byte *getResource(uint16 resId);
 	RoomDataList &roomData() { return _roomData; }
 	RoomData *getRoom(uint16 roomNumber);
 	bool checkHotspotExtent(HotspotData *hotspot);






More information about the Scummvm-git-logs mailing list