diff options
Diffstat (limited to 'engines/sword25/kernel/resource.h')
-rw-r--r-- | engines/sword25/kernel/resource.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/sword25/kernel/resource.h b/engines/sword25/kernel/resource.h index 27003641dd..5c6108a281 100644 --- a/engines/sword25/kernel/resource.h +++ b/engines/sword25/kernel/resource.h @@ -89,13 +89,6 @@ public: } /** - * Returns the hash of the filename of a resource - */ - uint getFileNameHash() const { - return _fileNameHash; - } - - /** * Returns a resource's type */ uint getType() const { @@ -107,7 +100,6 @@ protected: private: Common::String _fileName; ///< The absolute filename - uint _fileNameHash; ///< The hash value of the filename uint _refCount; ///< The number of locks uint _type; ///< The type of the resource Common::List<Resource *>::iterator _iterator; ///< Points to the resource position in the LRU list |