From e32d01f0906a0244237c3dd9e134c93977242481 Mon Sep 17 00:00:00 2001 From: Heeyong Song Date: Mon, 2 Mar 2020 14:07:24 +0900 Subject: [PATCH] Revert "[Tizen] Restore Uploaded signal for BufferImage and ResourceImage" This reverts commit bdacc3fe128afc0e97fff601a3e4ec1a59c95232. Change-Id: I26c9b4e3becfe746261941d8b1edf6402e99d87b --- 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 008a361..68c0027 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 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