From 91e13a2ffb4b09efd46ab01fbf415e03a12b8954 Mon Sep 17 00:00:00 2001 From: Xiangyin Ma Date: Fri, 20 Feb 2015 16:32:33 +0000 Subject: [PATCH] Remove the call of ImageAttribute::SetPixelFormat Change-Id: I2fa1c88ad1c7358c0168b8b73f5cc5a090622565 --- examples/cluster/cluster-example.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/cluster/cluster-example.cpp b/examples/cluster/cluster-example.cpp index 04a7202..825ed80 100644 --- a/examples/cluster/cluster-example.cpp +++ b/examples/cluster/cluster-example.cpp @@ -556,7 +556,6 @@ public: ImageAttributes attribs = ImageAttributes::New(); attribs.SetSize(CLUSTER_IMAGE_THUMBNAIL_WIDTH, CLUSTER_IMAGE_THUMBNAIL_HEIGHT); attribs.SetScalingMode(Dali::ImageAttributes::ShrinkToFit); - attribs.SetPixelFormat( Pixel::RGB888 ); // Add a shadow image child actor Image shadowImage = ResourceImage::New( CLUSTER_SHADOW_IMAGE_PATH, attribs ); -- 2.7.4