Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 22, 2005, 2:07:49 PM (18 years ago)
Author:
patrick
Message:

collision_detection: removed some more unused variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/collision_detection/src/lib/collision_detection/bounding_volume.cc

    r5702 r5704  
    2929   this->setClassID(CL_BOUNDING_VOLUME, "BoundingVolume");
    3030   this->center = new Vector();
    31    this->bOrigVertices = true;
    3231   this->vertices = NULL;
    3332}
     
    4241  // delete what has to be deleted here
    4342  delete this->center;
    44 
    45   if( this->vertices && !this->bOrigVertices)
    46     delete[] this->vertices;
    4743 
    4844  if( this->triangleIndexes)
Note: See TracChangeset for help on using the changeset viewer.