Browse Source

whoops, remove unintended shadow of base class variable

David Rose 21 years ago
parent
commit
63821e0499
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/wgldisplay/wglGraphicsBuffer.h

+ 0 - 1
panda/src/wgldisplay/wglGraphicsBuffer.h

@@ -65,7 +65,6 @@ private:
 
   HPBUFFERARB _pbuffer;
   HDC _pbuffer_dc;
-  bool _render_texture;
 
 public:
   static TypeHandle get_class_type() {