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

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

commit fd8af4fc182e48c2173a8be84f28a9b7c82f17e7
Author: Olivier Fourdan <four...@xfce.org>
Date:   Wed May 15 22:46:33 2019 +0200

    hints: Remove unused variables
    
    Signed-off-by: Olivier Fourdan <four...@xfce.org>
---
 src/hints.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/hints.c b/src/hints.c
index 38cf731..493e9b9 100644
--- a/src/hints.c
+++ b/src/hints.c
@@ -1000,8 +1000,6 @@ getWindowName (DisplayInfo *display_info, Window w, gchar 
**name)
 gboolean
 getWindowRole (DisplayInfo *display_info, Window window, gchar **role)
 {
-    int status, result;
-
     g_return_val_if_fail (role != NULL, FALSE);
     g_return_val_if_fail (window != None, FALSE);
     TRACE ("window 0x%lx", window);
@@ -1084,7 +1082,6 @@ gboolean
 getClientID (DisplayInfo *display_info, Window window, gchar **client_id)
 {
     Window id;
-    XTextProperty tp;
 
     g_return_val_if_fail (client_id != NULL, FALSE);
     *client_id = NULL;

-- 
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