projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f2488
)
elementary: include Ecore_Cocoa.h normally
author
Jean Guyomarc'h
<jean@guyomarch.bzh>
Sat, 25 Jun 2016 10:24:35 +0000
(12:24 +0200)
committer
Jean Guyomarc'h
<jean@guyomarch.bzh>
Sat, 25 Jun 2016 18:45:30 +0000
(20:45 +0200)
Guards are not necessary anymore.
src/lib/elementary/elm_priv.h
patch
|
blob
|
history
diff --git
a/src/lib/elementary/elm_priv.h
b/src/lib/elementary/elm_priv.h
index
09f3ce9
..
79e33fd
100644
(file)
--- a/
src/lib/elementary/elm_priv.h
+++ b/
src/lib/elementary/elm_priv.h
@@
-13,11
+13,6
@@
#include <Ecore_Drm2.h>
#endif
#ifdef HAVE_ELEMENTARY_COCOA
-/* Ecore_Cocoa is still in Beta. In Elementary, we know what we are
- * doing, so let's silent the disclaimer... */
-# ifndef ECORE_COCOA_WIP_GNSIDNQI
-# define ECORE_COCOA_WIP_GNSIDNQI
-#endif
# include <Ecore_Cocoa.h>
#endif
#ifdef HAVE_ELEMENTARY_WIN32