From 08a0832a7ad68b708727f6bb1288888dfa4cb1a9 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 21 Dec 2015 15:45:18 +0300 Subject: panel-widget: drop unused variables (assigned but never read after) --- mate-panel/panel-widget.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mate-panel/panel-widget.h') diff --git a/mate-panel/panel-widget.h b/mate-panel/panel-widget.h index c844b217..20698483 100644 --- a/mate-panel/panel-widget.h +++ b/mate-panel/panel-widget.h @@ -72,10 +72,6 @@ struct _AppletData int drag_off; /* offset on the applet where drag was started */ - int no_die; /* if >0 never send the about to die - signal, an int and not a bool for - nesting reasons */ - /* Valid size ranges for expanded applets */ int * size_hints; int size_hints_len; @@ -101,8 +97,6 @@ struct _PanelWidget AppletData *currently_dragged_applet; - int thick; - PanelBackground background; GtkWidget *master_widget; -- cgit v1.2.1