mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
Removed SearchManager::addArchive, since SearchManager::add offers the same functionallity.
svn-id: r34795
This commit is contained in:
parent
0c28575a72
commit
ffdbb474c4
@ -382,10 +382,6 @@ SearchManager::SearchManager() {
|
||||
clear(); // Force a reset
|
||||
}
|
||||
|
||||
void SearchManager::addArchive(const String &name, ArchivePtr archive, int priority) {
|
||||
add(name, archive, priority);
|
||||
}
|
||||
|
||||
void SearchManager::addDirectory(const String &name, const String &directory, int priority) {
|
||||
addDirectoryRecursive(name, directory, 1, priority);
|
||||
}
|
||||
|
@ -285,12 +285,6 @@ class SearchManager : public Singleton<SearchManager>, public SearchSet {
|
||||
public:
|
||||
SearchManager();
|
||||
|
||||
/**
|
||||
* Add an existing Archive. This is meant to support searching in system-specific
|
||||
* archives, namely the MACOSX/IPHONE bundles.
|
||||
*/
|
||||
void addArchive(const String &name, ArchivePtr archive, int priority = 0);
|
||||
|
||||
/**
|
||||
* Create and add a FSDirectory by name
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user