diff options
Diffstat (limited to 'libview/ev-pixbuf-cache.c')
-rw-r--r-- | libview/ev-pixbuf-cache.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libview/ev-pixbuf-cache.c b/libview/ev-pixbuf-cache.c index 3c034343..163267f6 100644 --- a/libview/ev-pixbuf-cache.c +++ b/libview/ev-pixbuf-cache.c @@ -72,7 +72,6 @@ struct _EvPixbufCacheClass void (* job_finished) (EvPixbufCache *pixbuf_cache); }; - enum { JOB_FINISHED, @@ -92,7 +91,6 @@ static gboolean new_selection_surface_needed(EvPixbufCache *pixbuf_cac gint page, gfloat scale); - /* These are used for iterating through the prev and next arrays */ #define FIRST_VISIBLE_PREV(pixbuf_cache) \ (MAX (0, pixbuf_cache->preload_cache_size - pixbuf_cache->start_page)) @@ -223,7 +221,6 @@ ev_pixbuf_cache_dispose (GObject *object) G_OBJECT_CLASS (ev_pixbuf_cache_parent_class)->dispose (object); } - EvPixbufCache * ev_pixbuf_cache_new (GtkWidget *view, EvDocumentModel *model, @@ -985,7 +982,6 @@ ev_pixbuf_cache_clear (EvPixbufCache *pixbuf_cache) } } - void ev_pixbuf_cache_style_changed (EvPixbufCache *pixbuf_cache) { @@ -1265,7 +1261,6 @@ ev_pixbuf_cache_set_selection_list (EvPixbufCache *pixbuf_cache, } } - /* Returns what the pixbuf cache thinks is */ GList * @@ -1356,4 +1351,3 @@ ev_pixbuf_cache_reload_page (EvPixbufCache *pixbuf_cache, EV_JOB_PRIORITY_URGENT); } - |