projects
/
platform
/
core
/
uifw
/
libtdm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1058af
)
hwc: remove the unused enum type
71/190971/1
author
SooChan Lim
<sc1.lim@samsung.com>
Wed, 10 Oct 2018 05:47:01 +0000
(14:47 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Wed, 10 Oct 2018 05:47:01 +0000
(14:47 +0900)
Change-Id: I8ccb01dd67b0b75c96274974007231290d2ee118
include/tdm_types.h
patch
|
blob
|
history
diff --git
a/include/tdm_types.h
b/include/tdm_types.h
index 072f46642afcba959efec12f98b9081c7846f4c4..86ad6e734579e11c5fd07fb33c3f4142c5b2e775 100644
(file)
--- a/
include/tdm_types.h
+++ b/
include/tdm_types.h
@@
-217,14
+217,6
@@
typedef enum {
TDM_CONSTRAINT_BUFFER_QUEUE = (1 << 0),
} 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
*/