diff options
Diffstat (limited to 'src/resources/resourcemanager.h')
-rw-r--r-- | src/resources/resourcemanager.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/resourcemanager.h b/src/resources/resourcemanager.h index a5a01987..a11ea4cb 100644 --- a/src/resources/resourcemanager.h +++ b/src/resources/resourcemanager.h @@ -97,11 +97,6 @@ class ResourceManager bool isDirectory(const std::string &path); /** - * Returns the real path to the given path in the PhysFS search path - */ - std::string getRealPath(const std::string &path); - - /** * Creates a resource and adds it to the resource map. The idPath is * converted into the appropriate path for the current operating system * and the resource is loaded. |