diff options
| author | Max Horn | 2010-03-19 13:55:25 +0000 | 
|---|---|---|
| committer | Max Horn | 2010-03-19 13:55:25 +0000 | 
| commit | 9015be816584165d428cdecaf434f30934b35f22 (patch) | |
| tree | 0febbac19a3cd858ce9e42260ac68017e70d0d96 /backends/plugins/win32 | |
| parent | 23547d60416719732fcc063e8fd9f1cd958453b8 (diff) | |
| download | scummvm-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
Diffstat (limited to 'backends/plugins/win32')
| -rw-r--r-- | backends/plugins/win32/win32-provider.h | 2 | 
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)  | 
