From 1a8e40cb46644b0644be2d5f69c083c13b659d3c Mon Sep 17 00:00:00 2001 From: aignacio_sf <> Date: Tue, 23 May 2006 23:49:44 +0000 Subject: [PATCH] Remove call to base destructor. --- panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx b/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx index 9007c72b69..9f399cc53c 100755 --- a/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx +++ b/panda/src/dxgsg9/dxGraphicsStateGuardian9.cxx @@ -177,8 +177,6 @@ DXGraphicsStateGuardian9:: _cg_context = 0; } #endif - - GraphicsStateGuardian::~GraphicsStateGuardian(); } ////////////////////////////////////////////////////////////////////