summaryrefslogtreecommitdiff
path: root/src/gui/panels/panel-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-02-18 20:44:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-02-18 20:44:17 (GMT)
commite87b3e8dbe619182d280c33bc7bed1c2913b7b0f (patch)
tree3587dfda8d34bb5799b9afe241b76a157fc39ba5 /src/gui/panels/panel-int.h
parentbcfce8336ddab15b31368268ac2f5ae053f1ac77 (diff)
Marked all panels as being able to get closed.
Diffstat (limited to 'src/gui/panels/panel-int.h')
-rw-r--r--src/gui/panels/panel-int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/panels/panel-int.h b/src/gui/panels/panel-int.h
index a8326ad..07aafc1 100644
--- a/src/gui/panels/panel-int.h
+++ b/src/gui/panels/panel-int.h
@@ -99,7 +99,6 @@ struct _GPanelItemClass
const char *bindings; /* Raccourci clavier éventuel */
bool can_search; /* Contenu fouillable ? */
- bool can_be_closed; /* Fermeture possible ? */
ack_dock_process_fc ack_dock; /* Prise en compte d'accroche */
ack_undock_process_fc ack_undock; /* Prise en compte de décroche */