From: Inki Dae Date: Thu, 30 May 2024 00:51:40 +0000 (+0900) Subject: auto_zoom: drop unnecessary code X-Git-Tag: accepted/tizen/unified/20240903.110722~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d38a950dd359232d6a89ea1d9ab6932b2fcea76d;p=platform%2Fcore%2Fapi%2Fsingleo.git auto_zoom: drop unnecessary code Just cleanup by dropping unnecessary code. Change-Id: Ia28d32d57119ce796235d15ae63b84bcec96791f Signed-off-by: Inki Dae --- diff --git a/services/auto_zoom/src/AutoZoom.cpp b/services/auto_zoom/src/AutoZoom.cpp index 34c8c6c..ef1ffa4 100644 --- a/services/auto_zoom/src/AutoZoom.cpp +++ b/services/auto_zoom/src/AutoZoom.cpp @@ -157,8 +157,6 @@ void AutoZoom::perform() auto data = dynamic_pointer_cast(result); preprocessor.update(*data); - runTaskManager(preprocessor.getData()); - return; } else { ImageDataType input_data;