Browse Source

Remove call to base destructor.

aignacio_sf 19 years ago
parent
commit
1a8e40cb46
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx

+ 0 - 2
panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx

@@ -177,8 +177,6 @@ DXGraphicsStateGuardian9::
     _cg_context = 0;
   }
 #endif
-
-  GraphicsStateGuardian::~GraphicsStateGuardian();
 }
 
 ////////////////////////////////////////////////////////////////////