[Xfce4-commits] <xfwm4:jeromeg/keyboard-shortcuts> Fix compiler warning.

Nick Schermer noreply at xfce.org
Sun Dec 30 11:18:01 CET 2012


Updating branch refs/heads/jeromeg/keyboard-shortcuts
         to d2f828e9ee673bd5857852b77666e8949b7d9ac0 (commit)
       from f609df3f73f1e7a4c7659b2b20ed3e043aa9f2e7 (commit)

commit d2f828e9ee673bd5857852b77666e8949b7d9ac0
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Dec 30 11:16:38 2012 +0100

    Fix compiler warning.

 settings-dialogs/xfwm4-settings.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/settings-dialogs/xfwm4-settings.c b/settings-dialogs/xfwm4-settings.c
index 88cc9d5..e621141 100644
--- a/settings-dialogs/xfwm4-settings.c
+++ b/settings-dialogs/xfwm4-settings.c
@@ -1767,12 +1767,10 @@ xfwm_settings_shortcut_edit_clicked (GtkButton    *button,
   GtkTreeSelection *selection;
   GtkTreeModel     *model;
   GtkTreePath      *path;
-  GtkTreeIter       tree_iter;
   GtkWidget        *view;
   GList            *rows;
   GList            *iter;
   GList            *row_references = NULL;
-  gchar            *shortcut;
 
   g_return_if_fail (XFWM_IS_SETTINGS (settings));
   g_return_if_fail (GTK_IS_BUILDER (settings->priv->builder));


More information about the Xfce4-commits mailing list