summaryrefslogtreecommitdiff
path: root/src/glibext/gloadedpanel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glibext/gloadedpanel.c')
-rw-r--r--src/glibext/gloadedpanel.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/glibext/gloadedpanel.c b/src/glibext/gloadedpanel.c
index ead34b7..76af0d6 100644
--- a/src/glibext/gloadedpanel.c
+++ b/src/glibext/gloadedpanel.c
@@ -151,30 +151,6 @@ GLineCursor *g_loaded_panel_get_cursor(const GLoadedPanel *panel)
/******************************************************************************
* *
-* Paramètres : panel = composant GTK à mettre à jour. *
-* cursor = informations relatives à la position du curseur. *
-* *
-* Description : Définit le position courante dans un panneau de chargement. *
-* *
-* Retour : - *
-* *
-* Remarques : - *
-* *
-******************************************************************************/
-
-void g_loaded_panel_set_cursor(GLoadedPanel *panel, const GLineCursor *cursor)
-{
- GLoadedPanelIface *iface; /* Interface utilisée */
-
- iface = G_LOADED_PANEL_GET_IFACE(panel);
-
- iface->set_cursor(panel, cursor);
-
-}
-
-
-/******************************************************************************
-* *
* Paramètres : panel = composant GTK à manipuler. *
* cursor = emplacement à cibler pour un déplacement. *
* save = le changement est-il majeur ? *