summaryrefslogtreecommitdiff
path: root/src/gtkext/support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/support.h')
-rw-r--r--src/gtkext/support.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gtkext/support.h b/src/gtkext/support.h
index 00a340c..0725f74 100644
--- a/src/gtkext/support.h
+++ b/src/gtkext/support.h
@@ -30,12 +30,6 @@
-/* Ajoute un répertoire à la liste des répertoires d'images. */
-void add_pixmap_directory(const char *);
-
-/* Trouve le chemin d'accès complet à un fichier donné. */
-gchar *find_pixmap_file(const char *);
-
/* Construit une image à partir d'un nom de fichier. */
GtkWidget *get_image_from_file(const char *);