Browse Source

remove obsolete magfilteralpha/color

cxgeorge 24 years ago
parent
commit
834d325f4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/egg/eggTexture.h

+ 1 - 1
panda/src/egg/eggTexture.h

@@ -143,7 +143,7 @@ private:
 
 
   Format _format;
   Format _format;
   WrapMode _wrap_mode, _wrap_u, _wrap_v;
   WrapMode _wrap_mode, _wrap_u, _wrap_v;
-  FilterType _minfilter, _magfilter, _magfilteralpha, _magfiltercolor;
+  FilterType _minfilter, _magfilter;
   int _anisotropic_degree;
   int _anisotropic_degree;
   EnvType _env_type;
   EnvType _env_type;
   int _flags;
   int _flags;