]> www.fi.muni.cz Git - evince.git/commitdiff
Remove leftover EvPageCache
authorCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 8 Dec 2009 11:41:13 +0000 (12:41 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 8 Dec 2009 11:41:13 +0000 (12:41 +0100)
libdocument/ev-document.h
libview/ev-view-private.h

index 32cdc1fdac8b96b52d067a11882dd6f7ea7e2c49..89acbe67877f6b5db1a37f31495e8cad16b405f2 100644 (file)
@@ -49,9 +49,6 @@ typedef struct _EvDocument        EvDocument;
 typedef struct _EvDocumentClass   EvDocumentClass;
 typedef struct _EvDocumentPrivate EvDocumentPrivate;
 
-typedef struct _EvPageCache       EvPageCache;
-typedef struct _EvPageCacheClass  EvPageCacheClass;
-
 #define EV_DOCUMENT_ERROR ev_document_error_quark ()
 #define EV_DOC_MUTEX_LOCK (ev_document_doc_mutex_lock ())
 #define EV_DOC_MUTEX_UNLOCK (ev_document_doc_mutex_unlock ())
index c3c7554b09646d2038cd11af8544a2771bc8633c..76998d375bb8a68b3b51a72c5a264ce9c6064b87 100644 (file)
@@ -135,7 +135,6 @@ struct _EvView {
        gboolean highlight_find_results;
 
        EvDocumentModel *model;
-       EvPageCache *page_cache;
        EvPixbufCache *pixbuf_cache;
        EvHeightToPageCache *height_to_page_cache;
        EvViewCursor cursor;