[Hdrflow-svn] SF.net SVN: hdrflow: [165] trunk/lib/openlibraries/src/openpluginlib/pl/ openpluginli
Status: Pre-Alpha
Brought to you by:
glslang
|
From: <gl...@us...> - 2007-06-25 21:01:24
|
Revision: 165
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=165&view=rev
Author: glslang
Date: 2007-06-25 14:01:22 -0700 (Mon, 25 Jun 2007)
Log Message:
-----------
+ cleanup
Modified Paths:
--------------
trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.hpp
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.hpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.hpp 2007-06-25 20:57:56 UTC (rev 164)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/openpluginlib.hpp 2007-06-25 21:01:22 UTC (rev 165)
@@ -74,15 +74,6 @@
plugin_item item_;
};
- private:
- struct equals : std::binary_function<plugin_proxy, plugin_proxy, bool>
- {
- bool operator( )( const plugin_proxy& x, const plugin_proxy& y ) const
- {
- return x.name( ) == y.name( ) && x.type( ) == y.type( );
- }
- };
-
public:
typedef std::vector<plugin_proxy> container;
typedef container::const_iterator const_iterator;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|