elementary: include Ecore_Cocoa.h normally
authorJean Guyomarc'h <jean@guyomarch.bzh>
Sat, 25 Jun 2016 10:24:35 +0000 (12:24 +0200)
committerJean 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

index 09f3ce9..79e33fd 100644 (file)
 #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