From 2a6c310e4e3521c8e57821208f1b9148cfb27f88 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Mon, 3 Dec 2018 14:01:35 +0900 Subject: [PATCH] Revert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage" This reverts commit 646adda51d6183e45e691684968ca9e35973087d. Change-Id: I110e5acac6d2dea0ff2502863795f9d5b294ed72 --- 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 7ad879b..c8a6988 100644 --- a/dali/internal/event/images/buffer-image-impl.cpp +++ b/dali/internal/event/images/buffer-image-impl.cpp @@ -165,8 +165,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 737eb37..9269e15 100644 --- a/dali/internal/event/images/resource-image-impl.cpp +++ b/dali/internal/event/images/resource-image-impl.cpp @@ -146,7 +146,6 @@ void ResourceImage::Reload() mLoadingState = Dali::ResourceLoadingFailed; } - UploadedSignal().Emit( Dali::Image( this ) ); mLoadingFinished.Emit( Dali::ResourceImage( this ) ); } -- 2.7.4