From 73bb103e111fb12bed013b2b3728d592c1a11587 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 5 Apr 2008 21:06:47 +0000 Subject: Remove remaining K&R style prototypes. --- src/hyper/scrollbar.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/hyper') 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; -- cgit v1.2.3