From 245fb04a1e112cc8d0918a8660474299d5ce223c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 11 Feb 2017 19:08:11 +0300 Subject: Split virtfs api for add directories and archives. Also remove useless resourcemanager functions for add/remove virtfs entries. --- src/resources/resourcemanager/resourcemanager.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/resources/resourcemanager/resourcemanager.h') diff --git a/src/resources/resourcemanager/resourcemanager.h b/src/resources/resourcemanager/resourcemanager.h index 58e74967f..6f6875361 100644 --- a/src/resources/resourcemanager/resourcemanager.h +++ b/src/resources/resourcemanager/resourcemanager.h @@ -67,23 +67,6 @@ class ResourceManager final : public MemoryCounter */ bool setWriteDir(const std::string &path) const; - /** - * Adds a directory or archive to the search path. If append is true - * then the directory is added to the end of the search path, otherwise - * it is added at the front. - * - * @return true on success, false otherwise. - */ - bool addToSearchPath(const std::string &path, - const Append append) const; - - /** - * Remove a directory or archive from the search path. - * - * @return true on success, false otherwise. - */ - bool removeFromSearchPath(const std::string &path) const; - /** * Searches for zip files and adds them to the search path. */ -- cgit v1.2.3-70-g09d2