jayji pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5899858964f3484c5a41a13425435c78ce63b35d

commit 5899858964f3484c5a41a13425435c78ce63b35d
Author: Jean Guyomarc'h <j...@guyomarch.bzh>
Date:   Sat Jun 25 12:24:35 2016 +0200

    elementary: include Ecore_Cocoa.h normally
    
    Guards are not necessary anymore.
---
 src/lib/elementary/elm_priv.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/lib/elementary/elm_priv.h b/src/lib/elementary/elm_priv.h
index 09f3ce9..79e33fd 100644
--- 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

-- 


Reply via email to