[Xfce4-commits] [panel-plugins/xfce4-smartbookmark-plugin] 06/11: Remove unused variable
noreply at xfce.org
noreply at xfce.org
Thu Apr 28 11:51:04 CEST 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-smartbookmark-plugin.
commit 1d2c46e7feb0b734096aac82b1918cc23d703ec9
Author: Landry Breuil <landry at xfce.org>
Date: Thu Apr 28 11:41:45 2016 +0200
Remove unused variable
---
src/smartbookmark.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/smartbookmark.c b/src/smartbookmark.c
index e68f863..d549aea 100644
--- a/src/smartbookmark.c
+++ b/src/smartbookmark.c
@@ -250,7 +250,7 @@ static void search_set_size(XfcePanelPlugin *plugin,gint size, t_search *search)
/* options dialog */
static void search_create_options(XfcePanelPlugin *plugin, t_search *search)
{
- GtkWidget *hbox, *vbox, *header;
+ GtkWidget *hbox, *vbox;
xfce_panel_plugin_block_menu(plugin);
GtkWidget *urllabel, *textlabel, *sizelabel;
DBG ("search_create_options");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list