Updates following NativeImage changes and Pixel Format clean up in core
[platform/core/uifw/dali-adaptor.git] / platform-abstractions / slp / image-loaders / loader-png.cpp
index 07aed12..95a9f40 100644 (file)
@@ -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);