diff options
Diffstat (limited to 'e-util/e-photo-cache.h')
-rw-r--r-- | e-util/e-photo-cache.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-photo-cache.h b/e-util/e-photo-cache.h index 8114e93385..af44e2e3f1 100644 --- a/e-util/e-photo-cache.h +++ b/e-util/e-photo-cache.h @@ -69,9 +69,6 @@ struct _EPhotoCacheClass { GType e_photo_cache_get_type (void) G_GNUC_CONST; EPhotoCache * e_photo_cache_new (EClientCache *client_cache); EClientCache * e_photo_cache_ref_client_cache (EPhotoCache *photo_cache); -gboolean e_photo_cache_get_local_only (EPhotoCache *photo_cache); -void e_photo_cache_set_local_only (EPhotoCache *photo_cache, - gboolean local_only); gboolean e_photo_cache_get_photo_sync (EPhotoCache *photo_cache, const gchar *email_address, GCancellable *cancellable, |