Unused globals removed.

This commit is contained in:
Shyotl
2011-06-30 10:02:37 -05:00
parent aec0d41b83
commit c3ccdeed1d

View File

@@ -1087,9 +1087,6 @@ LLPointer<LLImageJ2C> LLViewerTextureList::convertToUploadFile(LLPointer<LLImage
return compressedImage;
}
const S32 MIN_VIDEO_RAM = 32;
const S32 MAX_VIDEO_RAM = 512; // 512MB max for performance reasons.
// Returns min setting for TextureMemory (in MB)
S32 LLViewerTextureList::getMinVideoRamSetting()
{