From f8a43c48150bb804a13c6964620cebdd98345282 Mon Sep 17 00:00:00 2001 From: Mnikolenko ProductEngine Date: Fri, 4 Apr 2014 16:28:36 +0300 Subject: MAINT-3913 FIXED User is not able to upload any type of image(*.png, *.tga,*.bmp,*.jpg) --- indra/llimage/llimagepng.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'indra/llimage/llimagepng.cpp') diff --git a/indra/llimage/llimagepng.cpp b/indra/llimage/llimagepng.cpp index 525aa8d78c..294f68b122 100755 --- a/indra/llimage/llimagepng.cpp +++ b/indra/llimage/llimagepng.cpp @@ -94,13 +94,6 @@ BOOL LLImagePNG::decode(LLImageRaw* raw_image, F32 decode_time) return FALSE; } - // Check to make sure that this instance has been initialized with data - if (!raw_image->getData()) - { - setLastError("LLImagePNG trying to decode an image into unallocated LLImageRaw!"); - return FALSE; - } - // Decode the PNG data into the raw image LLPngWrapper pngWrapper; if (!pngWrapper.isValidPng(getData())) -- cgit v1.2.3