summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/resourcemanager.h')
-rw-r--r--src/resources/resourcemanager.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/resources/resourcemanager.h b/src/resources/resourcemanager.h
index 651142e29..92454c0c7 100644
--- a/src/resources/resourcemanager.h
+++ b/src/resources/resourcemanager.h
@@ -124,17 +124,6 @@ class ResourceManager final : public MemoryCounter
const int variant) A_WARN_UNUSED;
/**
- * Loads a resource from a file and adds it to the resource map.
- *
- * @param path The file name.
- * @param fun A function for parsing the file.
- * @return A valid resource or <code>NULL</code> if the resource could
- * not be loaded.
- */
- Resource *load(const std::string &path,
- const loader fun) A_WARN_UNUSED;
-
- /**
* Adds a preformatted resource to the resource map.
*
* @param path The file name.