summaryrefslogtreecommitdiff
path: root/src/totem-interface.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-10-24 12:11:02 +0200
committerBastien Nocera <hadess@hadess.net>2019-10-24 12:14:31 +0200
commit126c0849566a107d88b2cb5e7ddd8b2b5660c199 (patch)
tree294ecf8e65cbc8cd8ae772b716127d9d39d91beb /src/totem-interface.h
parent7a27b81a5511af13e3acc8280516ff68aa9a38f1 (diff)
downloadtotem-126c0849566a107d88b2cb5e7ddd8b2b5660c199.tar.gz
main: Remove unused totem_interface_load_pixbuf()
It was marked as private in the API docs as well. Spotted by Gabor Karsay <gabor.karsay@gmx.at>
Diffstat (limited to 'src/totem-interface.h')
-rw-r--r--src/totem-interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/totem-interface.h b/src/totem-interface.h
index 4e65ab298..f06ec3214 100644
--- a/src/totem-interface.h
+++ b/src/totem-interface.h
@@ -28,7 +28,6 @@
G_BEGIN_DECLS
-GdkPixbuf *totem_interface_load_pixbuf (const char *name);
char *totem_interface_get_full_path (const char *name);
GtkBuilder *totem_interface_load (const char *name,
gboolean fatal,