[Scummvm-cvs-logs] SF.net SVN: scummvm:[48300] scummvm/branches/branch-1-1-0/backends/plugins/ psp/psp-provider.h

Bluddy at users.sourceforge.net Bluddy at users.sourceforge.net
Fri Mar 19 13:40:50 CET 2010


Revision: 48300
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48300&view=rev
Author:   Bluddy
Date:     2010-03-19 12:40:50 +0000 (Fri, 19 Mar 2010)

Log Message:
-----------
PSP: removed unnecessary overloading of addCustomDirectories()

Modified Paths:
--------------
    scummvm/branches/branch-1-1-0/backends/plugins/psp/psp-provider.h

Modified: scummvm/branches/branch-1-1-0/backends/plugins/psp/psp-provider.h
===================================================================
--- scummvm/branches/branch-1-1-0/backends/plugins/psp/psp-provider.h	2010-03-19 11:55:18 UTC (rev 48299)
+++ scummvm/branches/branch-1-1-0/backends/plugins/psp/psp-provider.h	2010-03-19 12:40:50 UTC (rev 48300)
@@ -35,10 +35,6 @@
 	Plugin* createPlugin(const Common::FSNode &node) const;
 
 	bool isPluginFilename(const Common::FSNode &node) const;
-
-	virtual void addCustomDirectories(Common::StringList &dirs) const {
-		dirs.push_back("/");
-	}
 };
 
 #endif // defined(DYNAMIC_MODULES) && defined(__PSP__)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list