From 0ec541f0ff60ea72a51ff1141f33a5fd0048c382 Mon Sep 17 00:00:00 2001 From: "Seungho, Baek" Date: Mon, 16 Apr 2018 14:32:20 +0900 Subject: [PATCH] Revert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage" This reverts commit 44fa18647b07358cc0012eef3ea2d6c518954e33. Change-Id: I4860721122006fad4edae6c6d1daa74c0c01886c --- dali/internal/event/images/buffer-image-impl.cpp | 2 -- dali/internal/event/images/resource-image-impl.cpp | 1 - 2 files changed, 3 deletions(-) diff --git a/dali/internal/event/images/buffer-image-impl.cpp b/dali/internal/event/images/buffer-image-impl.cpp index c34dede..7879f06 100644 --- a/dali/internal/event/images/buffer-image-impl.cpp +++ b/dali/internal/event/images/buffer-image-impl.cpp @@ -170,8 +170,6 @@ void BufferImage::UploadArea( const RectArea& area ) } PixelDataPtr pixelData = PixelData::New( buffer, bufferSize, mBufferWidth, bufferHeight, mPixelFormat, Dali::PixelData::FREE ); mTexture->Upload( pixelData, 0u, 0u, area.x, area.y, mBufferWidth, bufferHeight ); - - UploadedSignal().Emit( Dali::Image( this ) ); } void BufferImage::UpdateBufferArea( PixelBuffer* src, PixelBuffer* dest, const RectArea& area ) diff --git a/dali/internal/event/images/resource-image-impl.cpp b/dali/internal/event/images/resource-image-impl.cpp index ea72dcb..dc116cc 100644 --- a/dali/internal/event/images/resource-image-impl.cpp +++ b/dali/internal/event/images/resource-image-impl.cpp @@ -186,7 +186,6 @@ void ResourceImage::Reload() mLoadingState = Dali::ResourceLoadingFailed; } - UploadedSignal().Emit( Dali::Image( this ) ); mLoadingFinished.Emit( Dali::ResourceImage( this ) ); } -- 2.7.4