Ecore_Evas (wayland): Disable logfn's (again) :( Remove extra parens.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 10 Feb 2012 10:36:21 +0000 (10:36 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 10 Feb 2012 10:36:21 +0000 (10:36 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@67819 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_evas/ecore_evas_wayland_egl.c
src/lib/ecore_evas/ecore_evas_wayland_shm.c

index 36f437a..6a032eb 100644 (file)
@@ -2,7 +2,7 @@
 # include <config.h>
 #endif
 
-#define LOGFNS 1
+//#define LOGFNS 1
 
 #ifdef LOGFNS
 # include <stdio.h>
index 8877942..8ad1809 100644 (file)
@@ -177,7 +177,7 @@ ecore_evas_wayland_shm_new(const char *disp_name, int x, int y, int w, int h, in
         return NULL;
      }
 
-   if (!(ecore_wl_init(disp_name))) 
+   if (!ecore_wl_init(disp_name))
      {
         ERR("Failed to initialize Ecore Wayland.");
         return NULL;