Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-page-cache.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-08-20 16:30:46 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-09-15 13:56:02 (GMT)
commit6965a51a28f76d0a669d0d1c9fdc089e6cf46c7d (patch)
tree8399ff2cdfb46e22e9b184bcd4b23f4cd26563c7 /libview/ev-page-cache.h
parentaf6e8468fa9a8b26d4ac431b1a92e556a61c9ce7 (diff)
[libview] Remove ev_page_cache_get_size() from EvPageCache
Diffstat (limited to 'libview/ev-page-cache.h')
-rw-r--r--libview/ev-page-cache.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libview/ev-page-cache.h b/libview/ev-page-cache.h
index f3888b4..82e2791 100644
--- a/libview/ev-page-cache.h
+++ b/libview/ev-page-cache.h
@@ -35,12 +35,6 @@ G_BEGIN_DECLS
GType ev_page_cache_get_type (void) G_GNUC_CONST;
-void ev_page_cache_get_size (EvPageCache *page_cache,
- gint page,
- gint rotation,
- gfloat scale,
- gint *width,
- gint *height);
/* Navigation */
gint ev_page_cache_get_current_page (EvPageCache *page_cache);
void ev_page_cache_set_current_page (EvPageCache *page_cache,