From 68f24b9cd192dd92cc4225dc52bd92b979422f2b Mon Sep 17 00:00:00 2001 From: Sukwon Suh Date: Fri, 21 Jun 2013 19:41:24 +0900 Subject: [PATCH] remove evas_object_image_data_set Change-Id: Id057a2ddbbc10b910461ae443ae1d9dc4ad33c3d Signed-off-by: Sukwon Suh --- src/graphics/FGrp_Canvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/FGrp_Canvas.cpp b/src/graphics/FGrp_Canvas.cpp index 126c136..8c3ba7f 100755 --- a/src/graphics/FGrp_Canvas.cpp +++ b/src/graphics/FGrp_Canvas.cpp @@ -354,7 +354,7 @@ public: { if (this->__associatedHandle != 0 && this->__pAssociatedBuffer != null) { - evas_object_image_data_set(_GetWindowSourceObject(this->__associatedHandle), this->__pAssociatedBuffer); + //evas_object_image_data_set(_GetWindowSourceObject(this->__associatedHandle), this->__pAssociatedBuffer); } if (this->__hasOwnership) -- 2.7.4