aboutsummaryrefslogtreecommitdiff
path: root/src/hyper
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper')
-rw-r--r--src/hyper/scrollbar.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hyper/scrollbar.c b/src/hyper/scrollbar.c
index ae0a92a8..56da0d98 100644
--- a/src/hyper/scrollbar.c
+++ b/src/hyper/scrollbar.c
@@ -94,13 +94,8 @@
**************************************************************************/
-#ifndef _NO_PROTO
static int ch(int height);
static void changeWindowBackgroundPixmap(Window window, Pixmap pixmap);
-#else
-static int ch();
-static void changeWindowBackgroundPixmap();
-#endif
static Pixmap sup = 0, sdown = 0, sup_pressed = 0, sdown_pressed = 0, scroller = 0, scrollbar_pix = 0;