fix build break
[platform/core/uifw/libtdm.git] / include / tdm_common.h
index 35d5c91..328f837 100644 (file)
@@ -9,7 +9,7 @@
  *          Taeheon Kim <th908.kim@samsung.com>,
  *          YoungJun Cho <yj44.cho@samsung.com>,
  *          SooChan Lim <sc1.lim@samsung.com>,
- *          Boram Park <sc1.lim@samsung.com>
+ *          Boram Park <boram1288.park@samsung.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the
@@ -137,16 +137,6 @@ typedef enum {
 } tdm_layer_capability;
 
 /**
- * @brief The hwc window capability enumeration
- * @since 2.0.0
- */
-typedef enum {
-       TDM_HWC_WINDOW_VIDEO_CAPABILITY_SCALE          = (1 << 1), /**< if a hwc window video has scale capability  */
-       TDM_HWC_WINDOW_VIDEO_CAPABILITY_TRANSFORM      = (1 << 2), /**< if a hwc window video has transform capability  */
-       TDM_HWC_WINDOW_VIDEO_CAPABILITY_SCANOUT        = (1 << 3), /**< if a hwc_window video allows a scanout buffer only */
-} tdm_hwc_window_video_capability;
-
-/**
  * @brief The pp capability enumeration
  * @details The scale, transform and CSC functionalities seem the default functions of PP.
  * If hardware device doesn't support one of them, we'd better let a developer know