diff --git a/indra/llrender/llimagegl.cpp b/indra/llrender/llimagegl.cpp index 61dbd58033..9794899e81 100644 --- a/indra/llrender/llimagegl.cpp +++ b/indra/llrender/llimagegl.cpp @@ -2444,14 +2444,6 @@ bool LLImageGL::scaleDown(S32 desired_discard) return false; } - // - Crash on startup with invalid format - if (mFormatInternal == -1) - { - // format not initialised, can't downscale - return false; - } - // - desired_discard = llmin(desired_discard, mMaxDiscardLevel); if (desired_discard <= mCurrentDiscardLevel)