mv_common: Drop common_c functions
authorKwanghoon Son <k.son@samsung.com>
Wed, 30 Aug 2023 00:26:23 +0000 (09:26 +0900)
committerKwanghoon Son <k.son@samsung.com>
Mon, 4 Sep 2023 04:57:02 +0000 (13:57 +0900)
commit873b7646e138d772c2bc03aa416e0a2aac7dd4fa
treeb5f5c991ba34a4b28fdc40fce64bfda7052fb429
parentfdbd84f1ff3b30c9f18598b65da777f65611e4cb
mv_common: Drop common_c functions

[Issue type] refactoring

common_c functions was created for individual adapter layer
requirements, but was never used. Delete it because it slows down
execution and only increases complexity.

Change-Id: I550e5a354f413635a45277eaa0abef028bb452ab
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
mv_barcode/barcode_detector/src/BarcodeUtils.cpp
mv_barcode/barcode_generator/src/mv_barcode_generate_open.cpp
mv_common/include/mv_common_c.h [deleted file]
mv_common/src/mv_common.c [deleted file]
mv_common/src/mv_common.cpp [moved from mv_common/src/mv_common_c.cpp with 68% similarity]
mv_face/face/include/FaceExpressionRecognizer.h
mv_face/face/include/FaceEyeCondition.h
mv_face/face/include/FaceUtil.h
mv_face/face/src/mv_face_open.cpp
mv_image/image/src/mv_image_open.cpp