From ba4fd4003684f26c2af39e9cc6abe32323fd0b6f Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 27 Aug 2007 16:46:06 +0000 Subject: [PATCH] remove unused declaration --- panda/src/display/graphicsStateGuardian.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/panda/src/display/graphicsStateGuardian.h b/panda/src/display/graphicsStateGuardian.h index 3c0b3a6b26..ee0c96c6cf 100644 --- a/panda/src/display/graphicsStateGuardian.h +++ b/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);