summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdockstation.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-11-25 22:04:14 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-11-25 22:04:14 (GMT)
commit431fe9cf106ed205dd26dc9a6e1ec542c8fed7f8 (patch)
treeaa2db76893844647b9203b5677a2ca0cc225e2ac /src/gtkext/gtkdockstation.c
parentdd851e1fb743d77b421519ee5915534aed2d2c4f (diff)
Removed unused code.
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. *
* *