diff options
Diffstat (limited to 'xc/include/DPS/FontSamplP.h')
-rw-r--r-- | xc/include/DPS/FontSamplP.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/xc/include/DPS/FontSamplP.h b/xc/include/DPS/FontSamplP.h index 0f92b7903..2f9017eb9 100644 --- a/xc/include/DPS/FontSamplP.h +++ b/xc/include/DPS/FontSamplP.h @@ -35,6 +35,7 @@ * * Author: Adobe Systems Incorporated */ +/* $XFree86: xc/include/DPS/FontSamplP.h,v 1.2 2000/06/07 22:02:55 tsi Exp $ */ #ifndef _FontSamplerP_H #define _FontSamplerP_H @@ -136,12 +137,6 @@ typedef struct _FontSamplerRec { FontSamplerPart sampler; } FontSamplerRec; -#ifdef _NO_PROTO - -typedef void (*FSBCancelProc) (); - -#else /* _NO_PROTO */ - #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif @@ -151,7 +146,6 @@ typedef void (*FSBCancelProc) (Widget w); #if defined(__cplusplus) || defined(c_plusplus) } #endif -#endif /* _NO_PROTO */ #define InheritCancel ((FSBCancelProc) _XtInherit) |