Browse Source

glgsg: Remove unused variable from glGSG

rdb 4 years ago
parent
commit
2ae6e5c6ce
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/glstuff/glGraphicsStateGuardian_src.h

+ 0 - 1
panda/src/glstuff/glGraphicsStateGuardian_src.h

@@ -722,7 +722,6 @@ protected:
   typedef pmap<NodePath, DirectionalLightFrameData> DirectionalLights;
   DirectionalLights _dlights;
 
-  int _pass_number;
   GLuint _geom_display_list;
   GLuint _current_vbuffer_index;
   GLuint _current_ibuffer_index;