projects
/
platform
/
core
/
api
/
singleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7510edb
)
auto_zoom: drop unnecessary code
84/311884/1
author
Inki Dae
<inki.dae@samsung.com>
Thu, 30 May 2024 00:51:40 +0000
(09:51 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Thu, 30 May 2024 00:51:40 +0000
(09:51 +0900)
Just cleanup by dropping unnecessary code.
Change-Id: Ia28d32d57119ce796235d15ae63b84bcec96791f
Signed-off-by: Inki Dae <inki.dae@samsung.com>
services/auto_zoom/src/AutoZoom.cpp
patch
|
blob
|
history
diff --git
a/services/auto_zoom/src/AutoZoom.cpp
b/services/auto_zoom/src/AutoZoom.cpp
index 34c8c6cffc03399b0e982f9781d9131cc365f661..ef1ffa41f1b56434d0701d0edb89afda37ecca30 100644
(file)
--- 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<FileDataType>(result);
preprocessor.update(*data);
- runTaskManager(preprocessor.getData());
- return;
} else {
ImageDataType input_data;