summaryrefslogtreecommitdiff
path: root/src/gui/editem-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-01-10 23:04:51 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-01-10 23:04:51 (GMT)
commit6b785b0e6c6048a4a8f1f81f9eaa407e05622368 (patch)
treedc6dc802b65ec37b3cbc3c65e9d6637654f0981c /src/gui/editem-int.h
parentc0528230469b10d606b9d1fa66a18696b2584fed (diff)
Cleaned editor items by removing a direct link to the main window.
Diffstat (limited to 'src/gui/editem-int.h')
-rw-r--r--src/gui/editem-int.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/editem-int.h b/src/gui/editem-int.h
index cf2d813..29f83e0 100644
--- a/src/gui/editem-int.h
+++ b/src/gui/editem-int.h
@@ -63,8 +63,6 @@ struct _GEditorItem
DL_LIST_ITEM(link); /* Maillon de liste chaînée */
- GObject *ref; /* Espce de référencement */
-
const char *name; /* Nom du panneau */
GtkWidget *widget; /* Composant GTK d'affichage */