[Xfce4-commits] [apps/xfdashboard] 07/07: Remove more unused variables to keep compiler quiet ; )
noreply at xfce.org
noreply at xfce.org
Sun Jul 5 18:19:31 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 3d959b2cc42f99115c7c2fbbacbf2cd16ef67ab3
Author: Stephan Haller <nomad at froevel.de>
Date: Sun Jul 5 18:18:44 2015 +0200
Remove more unused variables to keep compiler quiet ;)
---
xfdashboard/window-content.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/xfdashboard/window-content.c b/xfdashboard/window-content.c
index a67e45d..a346b95 100644
--- a/xfdashboard/window-content.c
+++ b/xfdashboard/window-content.c
@@ -340,15 +340,12 @@ static void _xfdashboard_window_content_on_window_creation_priority_value_change
const GValue *inValue,
gpointer inUserData)
{
- gint newPriority;
const gchar *priorityValue;
XfdashboardWindowContentPriorityMap *found;
g_return_if_fail(g_strcmp0(inProperty, WINDOW_CONTENT_CREATION_PRIORITY_XFCONF_PROP)==0);
g_return_if_fail(inValue && G_VALUE_HOLDS_STRING(inValue));
- newPriority=-1;
-
/* Determine priority from new value */
priorityValue=g_value_get_string(inValue);
found=_xfdashboard_window_content_window_creation_priority_map;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list