From 4e11970a7eb852010fe609ef155d580ae415e54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 9 Aug 2022 08:31:03 +0200 Subject: Do produce thumbnails of thumbnails, but in memory --- fiv-thumbnail.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'fiv-thumbnail.h') diff --git a/fiv-thumbnail.h b/fiv-thumbnail.h index d12765a..7f3360a 100644 --- a/fiv-thumbnail.h +++ b/fiv-thumbnail.h @@ -52,9 +52,6 @@ extern FivThumbnailSizeInfo fiv_thumbnail_sizes[FIV_THUMBNAIL_SIZE_COUNT]; /// If non-NULL, indicates a thumbnail of insufficient quality. extern cairo_user_data_key_t fiv_thumbnail_key_lq; -/// Returns this user's root thumbnail directory. -gchar *fiv_thumbnail_get_root(void); - /// Attempts to extract any low-quality thumbnail from fast targets. /// If `max_size` is a valid value, the image will be downscaled as appropriate. cairo_surface_t *fiv_thumbnail_extract( -- cgit v1.2.3