From 9015be816584165d428cdecaf434f30934b35f22 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 19 Mar 2010 13:55:25 +0000 Subject: Also remove Win32PluginProvider::addCustomDirectories, as it obviously isn't being used svn-id: r48304 --- backends/plugins/win32/win32-provider.h | 2 -- 1 file changed, 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) -- cgit v1.2.3