summaryrefslogtreecommitdiff
path: root/libview/ev-pixbuf-cache.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-11-11 09:27:38 +0100
committerZenWalker <[email protected]>2019-11-28 01:03:04 +0100
commit0fc51a2c8daff96ed2535ed318dc4d737b34845c (patch)
tree248e5027a9cf0b33d030f072a36ea48cd1834c1f /libview/ev-pixbuf-cache.c
parent8a85c86a88a517ec52c4a14d1f41e23b975a60dc (diff)
downloadatril-0fc51a2c8daff96ed2535ed318dc4d737b34845c.tar.bz2
atril-0fc51a2c8daff96ed2535ed318dc4d737b34845c.tar.xz
avoid redundant redeclarations
Diffstat (limited to 'libview/ev-pixbuf-cache.c')
-rw-r--r--libview/ev-pixbuf-cache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libview/ev-pixbuf-cache.c b/libview/ev-pixbuf-cache.c
index d6c75354..3f226041 100644
--- a/libview/ev-pixbuf-cache.c
+++ b/libview/ev-pixbuf-cache.c
@@ -81,8 +81,6 @@ enum
static guint signals[N_SIGNALS] = {0, };
-static void ev_pixbuf_cache_init (EvPixbufCache *pixbuf_cache);
-static void ev_pixbuf_cache_class_init (EvPixbufCacheClass *pixbuf_cache);
static void ev_pixbuf_cache_finalize (GObject *object);
static void ev_pixbuf_cache_dispose (GObject *object);
static void job_finished_cb (EvJob *job,