eet: Remove unused variable

Summary: This just removes an unused variable spotted during compile.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-01-06 09:05:37 -05:00
parent ee19c13f1a
commit db53875e0a
1 changed files with 0 additions and 2 deletions

View File

@ -1140,8 +1140,6 @@ eet_data_image_lossless_compressed_convert(int *size,
if (_eet_image_words_bigendian)
{
unsigned int i;
bigend_data = (int *) malloc(w * h * 4);
if (!bigend_data) return NULL;