aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2010-03-19 13:55:25 +0000
committerMax Horn2010-03-19 13:55:25 +0000
commit9015be816584165d428cdecaf434f30934b35f22 (patch)
tree0febbac19a3cd858ce9e42260ac68017e70d0d96
parent23547d60416719732fcc063e8fd9f1cd958453b8 (diff)
downloadscummvm-rg350-9015be816584165d428cdecaf434f30934b35f22.tar.gz
scummvm-rg350-9015be816584165d428cdecaf434f30934b35f22.tar.bz2
scummvm-rg350-9015be816584165d428cdecaf434f30934b35f22.zip
Also remove Win32PluginProvider::addCustomDirectories, as it obviously isn't being used
svn-id: r48304
-rw-r--r--backends/plugins/win32/win32-provider.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/plugins/win32/win32-provider.h b/backends/plugins/win32/win32-provider.h
index c7855faf59..53f60283f6 100644
--- a/backends/plugins/win32/win32-provider.h
+++ b/backends/plugins/win32/win32-provider.h
@@ -35,8 +35,6 @@ protected:
Plugin* createPlugin(const Common::FSNode &node) const;
bool isPluginFilename(const Common::FSNode &node) const;
-
- virtual void addCustomDirectories(Common::FSList &dirs) const {}
};
#endif // defined(DYNAMIC_MODULES) && defined(_WIN32)