summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdockstation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/gtkdockstation.c')
-rw-r--r--src/gtkext/gtkdockstation.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/gtkext/gtkdockstation.c b/src/gtkext/gtkdockstation.c
index 688fe4b..b08c8db 100644
--- a/src/gtkext/gtkdockstation.c
+++ b/src/gtkext/gtkdockstation.c
@@ -403,26 +403,6 @@ void gtk_dock_station_remove_dockable(GtkDockStation *station, GtkDockable *dock
/******************************************************************************
* *
-* Paramètres : station = plateforme GTK à consulter. *
-* index = indice de l'onglet visé. *
-* *
-* Description : Renvoie un composant intégré dans l'affichage centralisé. *
-* *
-* Retour : Composant associé à l'indice donné. *
-* *
-* Remarques : - *
-* *
-******************************************************************************/
-
-GtkWidget *gtk_dock_panel_get_widget(GtkDockStation *station, gint index)
-{
- return gtk_notebook_get_nth_page(GTK_NOTEBOOK(station), index);
-
-}
-
-
-/******************************************************************************
-* *
* Paramètres : button = bouton à l'origine de la procédure. *
* station = station d'accueil pour différents composants. *
* *