summaryrefslogtreecommitdiff
path: root/src/interface.cpp
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-17 15:54:49 +0100
committerinfirit <[email protected]>2014-12-17 17:23:02 +0100
commitbbdc4907246e7f51745cf857d3241f79b7d7840d (patch)
treeb29338890c61f112231a09f9284a863bf812ad44 /src/interface.cpp
parentd251f63de4327591d8a2ae20ffca1fb4f4a7d2f9 (diff)
downloadmate-system-monitor-bbdc4907246e7f51745cf857d3241f79b7d7840d.tar.bz2
mate-system-monitor-bbdc4907246e7f51745cf857d3241f79b7d7840d.tar.xz
Get rid of unused variable 'sizegroup'
Diffstat (limited to 'src/interface.cpp')
-rw-r--r--src/interface.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interface.cpp b/src/interface.cpp
index 39de2d9..f43dc2b 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -227,7 +227,6 @@ create_sys_view (ProcData *procdata)
GtkWidget *table;
GtkWidget *color_picker;
GtkWidget *mem_legend_box, *net_legend_box;
- GtkSizeGroup *sizegroup;
LoadGraph *cpu_graph, *mem_graph, *net_graph;
gint i;
@@ -254,8 +253,6 @@ create_sys_view (ProcData *procdata)
TRUE,
0);
- sizegroup = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
-
hbox = gtk_hbox_new(FALSE, 0);
spacer = gtk_label_new ("");
gtk_widget_set_size_request(GTK_WIDGET(spacer), 57, -1);