[Xfce4-commits] [xfce/xfwm4] 01/01: device: Remove leftover conditional

noreply at xfce.org noreply at xfce.org
Thu Apr 9 19:51:43 CEST 2020


This is an automated email from the git hooks/post-receive script.

o   l   i   v   i   e   r       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfwm4.

commit de4db5273d5449c08875b53e1d0506b8e1cc68b4
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Thu Apr 9 19:50:06 2020 +0200

    device: Remove leftover conditional
    
    An `else` statement was left after the recent code rework.
    
    Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
 src/device.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/device.c b/src/device.c
index 26eaccc..dc89b3f 100644
--- a/src/device.c
+++ b/src/device.c
@@ -497,7 +497,6 @@ xfwm_device_grab_keycode (XfwmDevices *devices, Display *display,
         g_free (xievent_mask.mask);
         result = (status == XIGrabSuccess);
     }
-    else
 #endif
 
     return result;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list