Browse Source

remove unused declaration

David Rose 18 years ago
parent
commit
ba4fd40036
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/display/graphicsStateGuardian.h

+ 0 - 2
panda/src/display/graphicsStateGuardian.h

@@ -477,8 +477,6 @@ private:
   GraphicsEngine *_engine;
   GraphicsThreadingModel _threading_model;
 
-  static GraphicsStateGuardian *_global_gsg;
-
 public:
   void traverse_prepared_textures(bool (*pertex_callbackfn)(TextureContext *,void *),void *callback_arg);