aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/dc
diff options
context:
space:
mode:
authorMax Horn2010-03-19 13:46:59 +0000
committerMax Horn2010-03-19 13:46:59 +0000
commit23547d60416719732fcc063e8fd9f1cd958453b8 (patch)
tree44ec167f069906f97177018bf21af912270ebf71 /backends/plugins/dc
parentb9d876e23a46c1619393438bc875e9e07a8dd82b (diff)
downloadscummvm-rg350-23547d60416719732fcc063e8fd9f1cd958453b8.tar.gz
scummvm-rg350-23547d60416719732fcc063e8fd9f1cd958453b8.tar.bz2
scummvm-rg350-23547d60416719732fcc063e8fd9f1cd958453b8.zip
DC: Removing unneeded DCPluginProvider::addCustomDirectories
svn-id: r48301
Diffstat (limited to 'backends/plugins/dc')
-rw-r--r--backends/plugins/dc/dc-provider.cpp4
-rw-r--r--backends/plugins/dc/dc-provider.h2
2 files changed, 0 insertions, 6 deletions
diff --git a/backends/plugins/dc/dc-provider.cpp b/backends/plugins/dc/dc-provider.cpp
index 8bc4db1a6b..9fce62dbe3 100644
--- a/backends/plugins/dc/dc-provider.cpp
+++ b/backends/plugins/dc/dc-provider.cpp
@@ -97,8 +97,4 @@ bool DCPluginProvider::isPluginFilename(const Common::FSNode &node) const {
return true;
}
-void DCPluginProvider::addCustomDirectories(Common::FSList &dirs) const {
- dirs.push_back(Common::FSNode("/"));
-}
-
#endif // defined(DYNAMIC_MODULES) && defined(__DC__)
diff --git a/backends/plugins/dc/dc-provider.h b/backends/plugins/dc/dc-provider.h
index 530882c4f7..55413ade5a 100644
--- a/backends/plugins/dc/dc-provider.h
+++ b/backends/plugins/dc/dc-provider.h
@@ -35,8 +35,6 @@ protected:
Plugin* createPlugin(const Common::FSNode &node) const;
bool isPluginFilename(const Common::FSNode &node) const;
-
- void addCustomDirectories(Common::FSList &dirs) const;
};
#endif // defined(DYNAMIC_MODULES) && defined(__DC__)