X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=platform-abstractions%2Fslp%2Fimage-loaders%2Floader-png.cpp;h=95a9f4039af7688f5a3e0f0fde81fab85d509642;hb=951759c9bf5747ddd77e17e296cafd30b06119bb;hp=07aed1225ad52f15778db38a88e17126ae215e45;hpb=90c7410f977deb43d2d3508eab28215621dd9403;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/platform-abstractions/slp/image-loaders/loader-png.cpp b/platform-abstractions/slp/image-loaders/loader-png.cpp index 07aed12..95a9f40 100644 --- a/platform-abstractions/slp/image-loaders/loader-png.cpp +++ b/platform-abstractions/slp/image-loaders/loader-png.cpp @@ -311,7 +311,6 @@ bool LoadBitmapFromPng( FILE *fp, Bitmap& bitmap, ImageAttributes& attributes, c // set the attributes attributes.SetSize( width, height ); - attributes.SetPixelFormat( pixelFormat ); free(rows);