Revision: 8380
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8380&view=rev
Author:   rtv
Date:     2009-11-08 21:35:12 +0000 (Sun, 08 Nov 2009)

Log Message:
-----------
cleaning up comments

Modified Paths:
--------------
    code/stage/trunk/libstage/ancestor.cc
    code/stage/trunk/libstage/model.cc

Modified: code/stage/trunk/libstage/ancestor.cc
===================================================================
--- code/stage/trunk/libstage/ancestor.cc       2009-11-08 20:32:58 UTC (rev 
8379)
+++ code/stage/trunk/libstage/ancestor.cc       2009-11-08 21:35:12 UTC (rev 
8380)
@@ -5,14 +5,13 @@
 
 
 Ancestor::Ancestor() :
-  //access_mutex(),
   child_type_counts(),
   children(),
   debug( false ),
   props(),
   token()
 {
-  //pthread_mutex_init( &access_mutex, NULL );
+  /* nothing to do */
 }
 
 Ancestor::~Ancestor()

Modified: code/stage/trunk/libstage/model.cc
===================================================================
--- code/stage/trunk/libstage/model.cc  2009-11-08 20:32:58 UTC (rev 8379)
+++ code/stage/trunk/libstage/model.cc  2009-11-08 21:35:12 UTC (rev 8380)
@@ -252,12 +252,10 @@
                                  Model* parent,
                                  const std::string& type ) :
   Ancestor(),   
-  //access_mutex(),
   alwayson(false),
   blockgroup(),
   blocks_dl(0),
   boundary(false),
-       //  callbacks(),
   color( 1,0,0 ), // red
   data_fresh(false),
   disabled(false),


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to