Parcourir la source

remove unused declaration

David Rose il y a 18 ans
Parent
commit
ba4fd40036
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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);