From 834d325f4f00b9d73abb6c629a15d41b4f809884 Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Wed, 28 Nov 2001 01:47:30 +0000 Subject: [PATCH] remove obsolete magfilteralpha/color --- panda/src/egg/eggTexture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/egg/eggTexture.h b/panda/src/egg/eggTexture.h index 9327af8936..cb66184bb5 100644 --- a/panda/src/egg/eggTexture.h +++ b/panda/src/egg/eggTexture.h @@ -143,7 +143,7 @@ private: Format _format; WrapMode _wrap_mode, _wrap_u, _wrap_v; - FilterType _minfilter, _magfilter, _magfilteralpha, _magfiltercolor; + FilterType _minfilter, _magfilter; int _anisotropic_degree; EnvType _env_type; int _flags;