Remove unused code 48/309248/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20240411.142703 accepted/tizen/unified/20240412.141417 accepted/tizen/unified/x/20240412.023902
authorJiyong <jiyong.min@samsung.com>
Mon, 8 Apr 2024 03:21:46 +0000 (12:21 +0900)
committerJiyong <jiyong.min@samsung.com>
Mon, 8 Apr 2024 03:21:46 +0000 (12:21 +0900)
Change-Id: I4dfc86f18849d3d03011a6b99e09520fd78e7bc5

gstcs/include/mm_util_gstcs_internal.h

index bd2fbc8..92aeda1 100755 (executable)
@@ -82,15 +82,6 @@ extern "C" {
                        LOGD(FONT_COLOR_YELLOW"<LEAVE>"FONT_COLOR_RESET); \
                } while (0)
 
-typedef struct _image_format_s {
-       mm_util_color_format_e color_format;
-       int width;
-       int height;
-       int stride;
-       int elevation;
-       GstCaps* caps;
-} image_format_s;
-
 typedef struct _gstreamer_s {
        GMainLoop *loop;
        GMainContext *context;