diff options
Diffstat (limited to 'include/X11/Xaw3d/Paned.h')
-rw-r--r-- | include/X11/Xaw3d/Paned.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/X11/Xaw3d/Paned.h b/include/X11/Xaw3d/Paned.h index d7759cb..f88226d 100644 --- a/include/X11/Xaw3d/Paned.h +++ b/include/X11/Xaw3d/Paned.h @@ -175,11 +175,9 @@ _XFUNCPROTOBEGIN */ extern void XawPanedSetMinMax( -#if NeedFunctionPrototypes Widget /* w */, int /* min */, int /* max */ -#endif ); /* Function Name: XawPanedGetMinMax @@ -190,11 +188,9 @@ extern void XawPanedSetMinMax( */ extern void XawPanedGetMinMax( -#if NeedFunctionPrototypes Widget /* w */, int * /* min_return */, int * /* max_return */ -#endif ); /* Function Name: XawPanedSetRefigureMode @@ -206,14 +202,12 @@ extern void XawPanedGetMinMax( */ extern void XawPanedSetRefigureMode( -#if NeedFunctionPrototypes Widget /* w */, #if NeedWidePrototypes /* Boolean */ int /* mode */ #else Boolean /* mode */ #endif -#endif ); /* Function Name: XawPanedGetNumSub @@ -223,9 +217,7 @@ extern void XawPanedSetRefigureMode( */ extern int XawPanedGetNumSub( -#if NeedFunctionPrototypes Widget /* w */ -#endif ); /* Function Name: XawPanedAllowResize @@ -236,14 +228,12 @@ extern int XawPanedGetNumSub( */ extern void XawPanedAllowResize( -#if NeedFunctionPrototypes Widget /* w */, #if NeedWidePrototypes /* Boolean */ int /* allow_resize */ #else Boolean /* allow_resize */ #endif -#endif ); _XFUNCPROTOEND |