diff options
Diffstat (limited to 'include/X11/Xaw3d/Dialog.h')
-rw-r--r-- | include/X11/Xaw3d/Dialog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/X11/Xaw3d/Dialog.h b/include/X11/Xaw3d/Dialog.h index 3fafe6f..0ff19e5 100644 --- a/include/X11/Xaw3d/Dialog.h +++ b/include/X11/Xaw3d/Dialog.h @@ -88,18 +88,14 @@ extern WidgetClass dialogWidgetClass; _XFUNCPROTOBEGIN extern void XawDialogAddButton( -#if NeedFunctionPrototypes Widget /* dialog */, _Xconst char* /* name */, XtCallbackProc /* function */, XtPointer /* client_data */ -#endif ); extern char *XawDialogGetValueString( -#if NeedFunctionPrototypes Widget /* w */ -#endif ); _XFUNCPROTOEND |