From: SooChan Lim Date: Wed, 10 Oct 2018 05:47:01 +0000 (+0900) Subject: hwc: remove the unused enum type X-Git-Tag: accepted/tizen/5.0/unified/20181102.023418~2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Flibtdm.git;a=commitdiff_plain;h=b200a7e58bbb86acf6af5e25031bb47210b985b5 hwc: remove the unused enum type Change-Id: I8ccb01dd67b0b75c96274974007231290d2ee118 --- diff --git a/include/tdm_types.h b/include/tdm_types.h index 072f466..86ad6e7 100644 --- a/include/tdm_types.h +++ b/include/tdm_types.h @@ -218,14 +218,6 @@ typedef enum { } tdm_hwc_window_constraint; /** - * @brief The hwc window flag enumeration - * @since 2.0.0 - */ -typedef enum { - TDM_HWC_WINDOW_FLAG_NONE = 0, -} tdm_hwc_window_flag; - -/** * @brief The tdm display object */ typedef void tdm_display;