projects
/
platform
/
core
/
uifw
/
libeom.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a37a28
)
erase eom error define
55/202955/1
author
Junkyeong Kim
<jk0430.kim@samsung.com>
Mon, 8 Apr 2019 06:29:18 +0000
(15:29 +0900)
committer
Junkyeong Kim
<jk0430.kim@samsung.com>
Mon, 8 Apr 2019 06:30:05 +0000
(15:30 +0900)
TIZEN_ERROR_EOM is defined in tizen_error.h
Change-Id: I54eea7c6812706c7bc94e424d3d136a52b51c62e
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
include/eom.h
patch
|
blob
|
history
diff --git
a/include/eom.h
b/include/eom.h
index 5d4166ccba67cab3c94d019f6225d252d31d905d..ed80916307307967169f5d1e0877540b4b69bae3 100644
(file)
--- a/
include/eom.h
+++ b/
include/eom.h
@@
-51,12
+51,6
@@
extern "C" {
#include <tizen.h>
#include <Evas.h>
-/**
- * @file eom.h
- */
-#ifndef TIZEN_ERROR_EOM
-#define TIZEN_ERROR_EOM (-0x02F20000 | 0x00)
-#endif
/**
* @brief Enumeration of External Output Manager (EOM) error type
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif