summaryrefslogtreecommitdiff
path: root/mate-panel/panel-widget.h
diff options
context:
space:
mode:
authormonsta <[email protected]>2015-12-21 15:45:18 +0300
committermonsta <[email protected]>2015-12-21 15:45:18 +0300
commit08a0832a7ad68b708727f6bb1288888dfa4cb1a9 (patch)
treecec04a943f10c81331f386e74b550da499f93285 /mate-panel/panel-widget.h
parent93750e6432351d2584ea1dbeb73579f030523f4d (diff)
downloadmate-panel-08a0832a7ad68b708727f6bb1288888dfa4cb1a9.tar.bz2
mate-panel-08a0832a7ad68b708727f6bb1288888dfa4cb1a9.tar.xz
panel-widget: drop unused variables (assigned but never read after)
Diffstat (limited to 'mate-panel/panel-widget.h')
-rw-r--r--mate-panel/panel-widget.h6
1 files changed, 0 insertions, 6 deletions
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;