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;
int iMaxSize;
int iTextureColorDepth;
int iMipMaps;
int iAlphaBits;
bool bDither;
@@ -31,7 +30,6 @@ struct RageTexturePrefs
{
bForceReload = false;
iMaxSize = 2048;
iTextureColorDepth = 16;
iMipMaps = 4;
iAlphaBits = 4;
bDither = false;