Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-12-08 11:41:13 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-12-08 11:41:13 (GMT)
commitea6eb7ebc9898463a4e165d76aea75634a8b519b (patch)
tree0c219ec8f316945786682095ccb5c796c181cec5
parent1600e0323e398d2e235121e9e25df70853095e4c (diff)
Remove leftover EvPageCache
-rw-r--r--libdocument/ev-document.h3
-rw-r--r--libview/ev-view-private.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/libdocument/ev-document.h b/libdocument/ev-document.h
index 32cdc1f..89acbe6 100644
--- a/libdocument/ev-document.h
+++ b/libdocument/ev-document.h
@@ -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 ())
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index c3c7554..76998d3 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -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;