[Xfce4-commits] [panel-plugins/xfce4-netload-plugin] 03/04: Drop unused var

noreply at xfce.org noreply at xfce.org
Fri Jan 6 23:05:08 CET 2017


This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository panel-plugins/xfce4-netload-plugin.

commit 0b7a0f43446e7d38138e580ff6eb987ffa17121d
Author: Landry Breuil <landry at xfce.org>
Date:   Fri Jan 6 23:04:00 2017 +0100

    Drop unused var
---
 panel-plugin/netload.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c
index 3553a2c..fdc17ef 100644
--- a/panel-plugin/netload.c
+++ b/panel-plugin/netload.c
@@ -1004,7 +1004,7 @@ monitor_dialog_response (GtkWidget *dlg, int response, t_global_monitor *global)
 
 static void monitor_create_options(XfcePanelPlugin *plugin, t_global_monitor *global)
 {
-    GtkWidget        *dlg, *header;
+    GtkWidget        *dlg;
     GtkBox           *vbox, *global_vbox, *net_hbox;
     GtkWidget        *device_label, *unit_label[SUM], *max_label[SUM];
     GtkWidget        *sep1, *sep2;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list