discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a2279cf119711cb7cfdc51d18c29348d281263fb

commit a2279cf119711cb7cfdc51d18c29348d281263fb
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Feb 4 12:52:04 2016 -0500

    remove efl version check macros in xwayland dnd handlers
---
 src/modules/xwayland/dnd.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/modules/xwayland/dnd.c b/src/modules/xwayland/dnd.c
index 4aad385..c16b0a2 100644
--- a/src/modules/xwayland/dnd.c
+++ b/src/modules/xwayland/dnd.c
@@ -285,9 +285,7 @@ _xwl_selection_notify(void *d EINA_UNUSED, int t 
EINA_UNUSED, Ecore_X_Event_Sele
              return ECORE_CALLBACK_RENEW;
           }
      }
-#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 16)
    if (ev->property != xwl_dnd_atom) return ECORE_CALLBACK_RENEW;
-#endif
    sd = ev->data;
 
    do
@@ -421,9 +419,7 @@ _xwl_property(void *d EINA_UNUSED, int t EINA_UNUSED, 
Ecore_X_Event_Window_Prope
 {
    Pipe *p;
 
-#if (EFL_VERSION_MAJOR > 1) || (EFL_VERSION_MINOR >= 16)
    if (!ev->state) return ECORE_CALLBACK_RENEW;
-#endif
    p = eina_hash_find(pipes, &ev->win);
    if (!p) return ECORE_CALLBACK_RENEW;
    /* FIXME: WHO FORGOT THE FUCKING STATE FLAG???? */

-- 


Reply via email to