diff options
Diffstat (limited to 'include/X11/Xaw3d/TextP.h')
-rw-r--r-- | include/X11/Xaw3d/TextP.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/X11/Xaw3d/TextP.h b/include/X11/Xaw3d/TextP.h index aa868c1..25515b3 100644 --- a/include/X11/Xaw3d/TextP.h +++ b/include/X11/Xaw3d/TextP.h @@ -248,36 +248,28 @@ typedef struct _TextRec { *******************************************/ extern void _XawTextBuildLineTable ( -#if NeedFunctionPrototypes TextWidget /*ctx*/, XawTextPosition /*top pos*/, _XtBoolean /* force_rebuild */ -#endif ); extern char* _XawTextGetSTRING( -#if NeedFunctionPrototypes TextWidget /*ctx*/, XawTextPosition /*left*/, XawTextPosition /*right*/ -#endif ); extern void _XawTextSaltAwaySelection( -#if NeedFunctionPrototypes TextWidget /*ctx*/, Atom* /*selections*/, int /*num_atoms*/ -#endif ); extern void _XawTextPosToXY( -#if NeedFunctionPrototypes Widget /* w */, XawTextPosition /* pos */, Position * /* x */, Position * /*y */ -#endif ); #endif /* _XawTextP_h */ |