diff options
Diffstat (limited to 'include/X11/Xaw3d/List.h')
-rw-r--r-- | include/X11/Xaw3d/List.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/X11/Xaw3d/List.h b/include/X11/Xaw3d/List.h index fe97197..9481744 100644 --- a/include/X11/Xaw3d/List.h +++ b/include/X11/Xaw3d/List.h @@ -180,7 +180,6 @@ _XFUNCPROTOBEGIN */ extern void XawListChange( -#if NeedFunctionPrototypes Widget /* w */, String* /* list */, int /* nitems */, @@ -190,7 +189,6 @@ extern void XawListChange( #else Boolean /* resize */ #endif -#endif ); /* Function Name: XawListUnhighlight @@ -200,9 +198,7 @@ extern void XawListChange( */ extern void XawListUnhighlight( -#if NeedFunctionPrototypes Widget /* w */ -#endif ); /* Function Name: XawListHighlight @@ -213,10 +209,8 @@ extern void XawListUnhighlight( */ extern void XawListHighlight( -#if NeedFunctionPrototypes Widget /* w */, int /* item */ -#endif ); @@ -227,9 +221,7 @@ extern void XawListHighlight( */ extern XawListReturnStruct * XawListShowCurrent( -#if NeedFunctionPrototypes Widget /* w */ -#endif ); _XFUNCPROTOEND |