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
072f466
..
86ad6e7
100644
(file)
--- 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;