about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 63e6e464..2d925169 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -186,34 +186,6 @@ ui_close(void)
 }
 
 void
-ui_page_up(void)
-{
-    ProfWin *current = wins_get_current();
-    win_page_up(current);
-}
-
-void
-ui_page_down(void)
-{
-    ProfWin *current = wins_get_current();
-    win_page_down(current);
-}
-
-void
-ui_subwin_page_up(void)
-{
-    ProfWin *current = wins_get_current();
-    win_sub_page_up(current);
-}
-
-void
-ui_subwin_page_down(void)
-{
-    ProfWin *current = wins_get_current();
-    win_sub_page_down(current);
-}
-
-void
 ui_input_nonblocking(gboolean reset)
 {
     inp_nonblocking(reset);