Browse Source

*** empty log message ***

Josh Wilson 20 years ago
parent
commit
a7564f4aaa
1 changed files with 0 additions and 7 deletions
  1. 0 7
      panda/src/particlesystem/spriteParticleRenderer.cxx

+ 0 - 7
panda/src/particlesystem/spriteParticleRenderer.cxx

@@ -60,13 +60,6 @@ SpriteParticleRenderer(Texture *tex) :
   _color_interpolation_manager(new ColorInterpolationManager(_color))
 {
   init_geoms();
-
-  /*
-  if(use_qpgeom)
-    cout<<"using qpgeoms"<<endl;
-  else
-    cout<<"not using qpgeoms"<<endl;
-  */
 }
 
 ////////////////////////////////////////////////////////////////////