[Xfce4-commits] <xfce4-xkb-plugin:master> Remove unused variable.
Jérôme Guelfucci
noreply at xfce.org
Thu Apr 28 21:26:07 CEST 2011
Updating branch refs/heads/master
to d6fcf8c9c32ef7a762c53541227159ebf1d7b244 (commit)
from bece9cf793e41b27358fdd5bacbbb20896da7e1c (commit)
commit d6fcf8c9c32ef7a762c53541227159ebf1d7b244
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Apr 28 19:33:35 2011 +0200
Remove unused variable.
panel-plugin/xfce4-xkb-plugin.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/xfce4-xkb-plugin.c b/panel-plugin/xfce4-xkb-plugin.c
index fc9f459..3f63ae9 100644
--- a/panel-plugin/xfce4-xkb-plugin.c
+++ b/panel-plugin/xfce4-xkb-plugin.c
@@ -161,10 +161,8 @@ static t_xkb *
xkb_new (XfcePanelPlugin *plugin)
{
t_xkb *xkb;
- gint i;
gchar *filename;
WnckScreen *wnck_screen;
- GtkWidget *menu_item;
xkb = panel_slice_new0 (t_xkb);
xkb->settings = g_new0 (t_xkb_settings, 1);
More information about the Xfce4-commits
mailing list