diff --git a/stepmania/src/RageTexture.h b/stepmania/src/RageTexture.h index 124c1e36d8..83529b3636 100644 --- a/stepmania/src/RageTexture.h +++ b/stepmania/src/RageTexture.h @@ -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;