app (xcf): Remove duplicate assignment

This commit is contained in:
Mukund Sivaraman 2011-10-06 08:34:55 +05:30
parent bdd7a934a7
commit 3699475be9
1 changed files with 0 additions and 1 deletions

View File

@ -1524,7 +1524,6 @@ xcf_load_tile_rle (XcfInfo *info,
if (data_length <= 0)
return TRUE;
data = tile_data_pointer (tile, 0, 0);
bpp = tile_bpp (tile);
xcfdata = xcfodata = g_malloc (data_length);