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

olivier pushed a 
commit to branch 
master
in repository xfce/xfwm4.

commit de4db5273d5449c08875b53e1d0506b8e1cc68b4
Author: Olivier Fourdan <four...@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 <four...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to