From: Inki Dae Date: Tue, 16 May 2023 09:25:53 +0000 (+0900) Subject: mv_machine_learning: drop redundant function declarations X-Git-Tag: accepted/tizen/unified/20230705.063747^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=624e7b04cd29af7c12748ef671f63a9c30cbf4e2;p=platform%2Fcore%2Fapi%2Fmediavision.git mv_machine_learning: drop redundant function declarations [Issue type] : code cleanup Drop redundant function declarations - updateResult. Change-Id: I5fefea1881effe329457ba7f4018aebdf986d0c6 Signed-off-by: Inki Dae --- diff --git a/mv_machine_learning/object_detection/include/face_detection_adapter.h b/mv_machine_learning/object_detection/include/face_detection_adapter.h index 5c19d0d6..ec2536d7 100644 --- a/mv_machine_learning/object_detection/include/face_detection_adapter.h +++ b/mv_machine_learning/object_detection/include/face_detection_adapter.h @@ -37,8 +37,6 @@ private: std::string _meta_file; std::string _label_file; - void updateResult(ObjectDetectionResult &result); - public: FaceDetectionAdapter(); ~FaceDetectionAdapter(); diff --git a/mv_machine_learning/object_detection/include/object_detection_adapter.h b/mv_machine_learning/object_detection/include/object_detection_adapter.h index 3db8e9e1..17bd9099 100644 --- a/mv_machine_learning/object_detection/include/object_detection_adapter.h +++ b/mv_machine_learning/object_detection/include/object_detection_adapter.h @@ -38,8 +38,6 @@ private: std::string _meta_file; std::string _label_file; - void updateResult(ObjectDetectionResult &result); - public: ObjectDetectionAdapter(); ~ObjectDetectionAdapter();