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 15:47:36 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-09-15 13:56:02 (GMT)
commitaf6e8468fa9a8b26d4ac431b1a92e556a61c9ce7 (patch)
treedfd21b1c3ed756d0df3a0c4678f89fc593ef99b4 /libview/ev-page-cache.h
parent0408e03f3da0e9e3d94b591684d5fb867115effc (diff)
[libview] Move get_max_width/height from EvPageCache to EvView
Diffstat (limited to 'libview/ev-page-cache.h')
-rw-r--r--libview/ev-page-cache.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libview/ev-page-cache.h b/libview/ev-page-cache.h
index 3d40565..f3888b4 100644
--- a/libview/ev-page-cache.h
+++ b/libview/ev-page-cache.h
@@ -41,14 +41,6 @@ void ev_page_cache_get_size (EvPageCache *page_cache,
gfloat scale,
gint *width,
gint *height);
-void ev_page_cache_get_max_width (EvPageCache *page_cache,
- gint rotation,
- gfloat scale,
- gint *width);
-void ev_page_cache_get_max_height (EvPageCache *page_cache,
- gint rotation,
- gfloat scale,
- gint *height);
/* Navigation */
gint ev_page_cache_get_current_page (EvPageCache *page_cache);
void ev_page_cache_set_current_page (EvPageCache *page_cache,