diff options
-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) |