summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r--indra/newview/llviewertexture.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index 820a051782..c4a681f2b7 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -2125,9 +2125,6 @@ bool LLViewerFetchedTexture::updateFetch()
}
}
- llassert(mRawImage.notNull() || !mIsRawImageValid);
- llassert(mRawImage.notNull() || !mNeedsCreateTexture);
-
return mIsFetching ? true : false;
}