summaryrefslogtreecommitdiff
path: root/src/Scrollbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Scrollbar.c')
-rw-r--r--src/Scrollbar.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Scrollbar.c b/src/Scrollbar.c
index 3351c3e..bdd36de 100644
--- a/src/Scrollbar.c
+++ b/src/Scrollbar.c
@@ -1131,18 +1131,12 @@ static void NotifyThumb (w, event, params, num_params )
/* Set the scroll bar to the given location. */
-#if NeedFunctionPrototypes
void XawScrollbarSetThumb (Widget w,
#if NeedWidePrototypes
double top, double shown)
#else
float top, float shown)
#endif
-#else
-void XawScrollbarSetThumb (w, top, shown)
- Widget w;
- float top, shown;
-#endif
{
ScrollbarWidget sbw = (ScrollbarWidget) w;