Revision: 4459 http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4459&view=rev Author: zmoelnig Date: 2011-08-15 12:32:17 +0000 (Mon, 15 Aug 2011)
Log Message: ----------- no need to include stdlib.h Modified Paths: -------------- trunk/Gem/src/plugins/filmBase.cpp Modified: trunk/Gem/src/plugins/filmBase.cpp =================================================================== --- trunk/Gem/src/plugins/filmBase.cpp 2011-08-15 12:31:49 UTC (rev 4458) +++ trunk/Gem/src/plugins/filmBase.cpp 2011-08-15 12:32:17 UTC (rev 4459) @@ -15,8 +15,6 @@ ///////////////////////////////////////////////////////// #include "filmBase.h" -#include <stdlib.h> - #include "Gem/Properties.h" ///////////////////////////////////////////////////////// @@ -124,7 +122,6 @@ std::vector<std::string> keys=props.keys(); gem::any value; double d; - unsigned int i=0; for(i=0; i<keys.size(); i++) { std::string key=keys[i]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ pd-gem-CVS mailing list pd-gem-CVS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs