summaryrefslogtreecommitdiff
path: root/src/gui/editem.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.h
parentc0528230469b10d606b9d1fa66a18696b2584fed (diff)
Cleaned editor items by removing a direct link to the main window.
Diffstat (limited to 'src/gui/editem.h')
-rw-r--r--src/gui/editem.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/editem.h b/src/gui/editem.h
index 5adc288..a5c5b0e 100644
--- a/src/gui/editem.h
+++ b/src/gui/editem.h
@@ -53,9 +53,6 @@ typedef struct _GEditorItemClass GEditorItemClass;
/* Indique le type défini pour un élément réactif d'éditeur. */
GType g_editor_item_get_type(void);
-/* Fournit l'adresse de l'espace de référencement global. */
-GObject *g_editor_item_get_global_ref(const GEditorItem *);
-
/* Fournit le nom humain attribué à l'élément réactif. */
const char *g_editor_item_get_name(const GEditorItem *);