[Xfce4-commits] [xfce/xfwm4] 11/11: hints: Remove unused variables
noreply at xfce.org
noreply at xfce.org
Wed May 15 22:51:32 CEST 2019
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 fd8af4fc182e48c2173a8be84f28a9b7c82f17e7
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Wed May 15 22:46:33 2019 +0200
hints: Remove unused variables
Signed-off-by: Olivier Fourdan <fourdan at 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.
More information about the Xfce4-commits
mailing list