summaryrefslogtreecommitdiff
path: root/src
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
parentdd851e1fb743d77b421519ee5915534aed2d2c4f (diff)
Removed unused code.
Diffstat (limited to 'src')
-rw-r--r--src/gtkext/gtkdockstation.c20
-rw-r--r--src/gtkext/gtkdockstation.h3
2 files changed, 0 insertions, 23 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. *
* *
diff --git a/src/gtkext/gtkdockstation.h b/src/gtkext/gtkdockstation.h
index 5825164..91329b5 100644
--- a/src/gtkext/gtkdockstation.h
+++ b/src/gtkext/gtkdockstation.h
@@ -88,9 +88,6 @@ void gtk_dock_panel_change_active_widget(GtkDockStation *, GtkWidget *);
/* Retire un paquet d'informations de l'affichage centralisé. */
void gtk_dock_station_remove_dockable(GtkDockStation *, GtkDockable *);
-/* Renvoie un composant intégré dans l'affichage centralisé. */
-GtkWidget *gtk_dock_panel_get_widget(GtkDockStation *, gint);
-
//G_END_DECLS