Revision: 8795
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8795&view=rev
Author:   hsujohnhsu
Date:     2010-06-25 02:00:22 +0000 (Fri, 25 Jun 2010)

Log Message:
-----------
oops, checked in clear paths twice

Modified Paths:
--------------
    code/gazebo/trunk/server/GazeboConfig.cc
    code/gazebo/trunk/server/GazeboConfig.hh

Modified: code/gazebo/trunk/server/GazeboConfig.cc
===================================================================
--- code/gazebo/trunk/server/GazeboConfig.cc    2010-06-25 01:13:16 UTC (rev 
8794)
+++ code/gazebo/trunk/server/GazeboConfig.cc    2010-06-25 02:00:22 UTC (rev 
8795)
@@ -121,19 +121,6 @@
   }
 }
 
-void GazeboConfig::ClearGazeboPaths()
-{
-  this->gazeboPaths.clear();
-}
-void GazeboConfig::ClearOgrePaths()
-{
-  this->ogrePaths.clear();
-}
-void GazeboConfig::ClearPluginPaths()
-{
-  this->pluginPaths.clear();
-}
-
 std::list<std::string> &GazeboConfig::GetGazeboPaths() 
 {
   return this->gazeboPaths;

Modified: code/gazebo/trunk/server/GazeboConfig.hh
===================================================================
--- code/gazebo/trunk/server/GazeboConfig.hh    2010-06-25 01:13:16 UTC (rev 
8794)
+++ code/gazebo/trunk/server/GazeboConfig.hh    2010-06-25 02:00:22 UTC (rev 
8795)
@@ -69,10 +69,6 @@
     public: void ClearOgrePaths();
     public: void ClearPluginPaths();
 
-    public: void ClearGazeboPaths();
-    public: void ClearOgrePaths();
-    public: void ClearPluginPaths();
-
     /// Paths gazebo install
     private: std::list<std::string> gazeboPaths;
     


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

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to