summaryrefslogtreecommitdiff
path: root/inc/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/page.h')
-rw-r--r--inc/page.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/inc/page.h b/inc/page.h
index 3cb5b03..0fad65b 100644
--- a/inc/page.h
+++ b/inc/page.h
@@ -45,15 +45,6 @@ extern Evas_Object *_page_create(Evas_Object *scroller, int page_width, int page
extern void _page_destroy(Evas_Object *page);
/**
- * @brief Resizes page.
- *
- * @param page The page to be resized
- * @param width Page's new width
- * @param height Page's new height
- */
-extern void _page_resize(Evas_Object *page, int width, int height);
-
-/**
* @}
*/