diff options
Diffstat (limited to 'src/resources/resourcemanager/resourcemanager.h')
-rw-r--r-- | src/resources/resourcemanager/resourcemanager.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/resources/resourcemanager/resourcemanager.h b/src/resources/resourcemanager/resourcemanager.h index a46b7baf9..58e74967f 100644 --- a/src/resources/resourcemanager/resourcemanager.h +++ b/src/resources/resourcemanager/resourcemanager.h @@ -115,14 +115,8 @@ class ResourceManager final : public MemoryCounter Resource *getFromCache(const std::string &filename, const int variant) A_WARN_UNUSED; - /** - * Adds a preformatted resource to the resource map. - * - * @param path The file name. - * @param Resource The Resource to add. - * @return true if successfull, false otherwise. - */ - bool addResource(const std::string &idPath, Resource *const resource); + bool addResource(const std::string &idPath, + Resource *const resource); /** * Releases a resource, placing it in the set of orphaned resources. |