Browse Source

gobj: Remove unused member variable from TexturePeeker

rdb 4 years ago
parent
commit
77c6bc199d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/gobj/texturePeeker.h

+ 0 - 1
panda/src/gobj/texturePeeker.h

@@ -89,7 +89,6 @@ private:
   int _y_size;
   int _z_size;
   int _is_cube;
-  int _unused1;
   int _pixel_width;
   Texture::Format _format;
   Texture::ComponentType _component_type;