Revert "[3.0] Resource ready signal for Controls (for ImageLoading)"
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / svg / svg-visual.cpp
index bf3c8e0..f1658f1 100644 (file)
@@ -250,9 +250,6 @@ void SvgVisual::ApplyRasterizedImage( PixelData rasterizedPixelData )
       // reset the weak handle so that the renderer only get added to actor once
       mPlacementActor.Reset();
     }
-
-   // Svg loaded and ready to display
-   ResourceReady();
   }
 }