|
From: <ob...@us...> - 2007-10-06 14:51:55
|
Revision: 338
http://iaeditor.svn.sourceforge.net/iaeditor/?rev=338&view=rev
Author: obi666
Date: 2007-10-06 07:51:49 -0700 (Sat, 06 Oct 2007)
Log Message:
-----------
Cleaned leftover debugging code.
Modified Paths:
--------------
trunk/src/apps/editor/iaCSApplication.cpp
trunk/src/plugins/dynamics/ode_dynamics/body.cpp
Modified: trunk/src/apps/editor/iaCSApplication.cpp
===================================================================
--- trunk/src/apps/editor/iaCSApplication.cpp 2007-10-06 14:43:33 UTC (rev 337)
+++ trunk/src/apps/editor/iaCSApplication.cpp 2007-10-06 14:51:49 UTC (rev 338)
@@ -669,7 +669,6 @@
}
bool iaCSApplication::Open ()
{
- printf ("iaCSApplication::Open ()\n");
//Setup the wx windows 3d View
wxwin = scfQueryInterface<iWxWindow>(g2d);
if (!wxwin)
Modified: trunk/src/plugins/dynamics/ode_dynamics/body.cpp
===================================================================
--- trunk/src/plugins/dynamics/ode_dynamics/body.cpp 2007-10-06 14:43:33 UTC (rev 337)
+++ trunk/src/plugins/dynamics/ode_dynamics/body.cpp 2007-10-06 14:51:49 UTC (rev 338)
@@ -288,5 +288,5 @@
bool celPc_iaRigidBody::PerformAction(csStringID actionId, iCelParameterBlock* params)
{
return false;
-}
-
+}
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|