remove unused members

This commit is contained in:
Glenn Maynard
2002-11-15 23:49:25 +00:00
parent 197addc73f
commit 4d48fe779c
-2
View File
@@ -21,7 +21,6 @@ struct RageTexturePrefs
{ {
bool bForceReload; bool bForceReload;
int iMaxSize; int iMaxSize;
int iTextureColorDepth;
int iMipMaps; int iMipMaps;
int iAlphaBits; int iAlphaBits;
bool bDither; bool bDither;
@@ -31,7 +30,6 @@ struct RageTexturePrefs
{ {
bForceReload = false; bForceReload = false;
iMaxSize = 2048; iMaxSize = 2048;
iTextureColorDepth = 16;
iMipMaps = 4; iMipMaps = 4;
iAlphaBits = 4; iAlphaBits = 4;
bDither = false; bDither = false;