summaryrefslogtreecommitdiff
path: root/mate-panel/panel-widget.h
diff options
context:
space:
mode:
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;