aboutsummaryrefslogtreecommitdiff
path: root/fastiv-view.h
diff options
context:
space:
mode:
Diffstat (limited to 'fastiv-view.h')
-rw-r--r--fastiv-view.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fastiv-view.h b/fastiv-view.h
index edc99d4..024b3ac 100644
--- a/fastiv-view.h
+++ b/fastiv-view.h
@@ -24,7 +24,3 @@ G_DECLARE_FINAL_TYPE(FastivView, fastiv_view, FASTIV, VIEW, GtkWidget)
/// Try to open the given file, synchronously, to be displayed by the widget.
gboolean fastiv_view_open(FastivView *self, const gchar *path, GError **error);
-
-// Private, fastiv-io.c
-cairo_surface_t *fastiv_io_open(const gchar *path, GError **error);
-cairo_surface_t *fastiv_io_lookup_thumbnail(const gchar *target);