summaryrefslogtreecommitdiff
path: root/src/gtkext/support.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-06-17 13:03:12 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-06-17 13:03:12 (GMT)
commit2cb3d9035ef9859570bf8facb1a2cc935743b0b6 (patch)
tree6ad51a7343ac133f6937228e91ca3401f9571324 /src/gtkext/support.h
parentd152af2b8883fb101cfbdc607601cb963f40db4a (diff)
Got access to external files thanks to new core functions.
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 *);