diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-26 15:23:12 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-26 15:23:41 +1000 |
commit | ba8d972415ab6b45aa1ba31eae8706f92d60c2af (patch) | |
tree | 888fafc929fc816871bd1f7303b995db7261179f | |
parent | 606268163c99ca8996399a9f99d240ac8253c7f3 (diff) |
Remove server-specific declarations.
-rw-r--r-- | xf86bigfont.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/xf86bigfont.h b/xf86bigfont.h index c39f43b..1bf47e9 100644 --- a/xf86bigfont.h +++ b/xf86bigfont.h @@ -10,8 +10,6 @@ #ifndef _XF86BIGFONT_H_ #define _XF86BIGFONT_H_ -#include <X11/Xfuncproto.h> - #define X_XF86BigfontQueryVersion 0 #define X_XF86BigfontQueryFont 1 @@ -19,18 +17,4 @@ #define XF86BigfontNumberErrors 0 -#ifdef _XF86BIGFONT_SERVER_ - -_XFUNCPROTOBEGIN - -#include <X11/fonts/font.h> - -extern void XFree86BigfontExtensionInit(void); -extern void XF86BigfontFreeFontShm(FontPtr); -extern void XF86BigfontCleanup(void); - -_XFUNCPROTOEND - -#endif /* _XF86BIGFONT_SERVER_ */ - #endif /* _XF86BIGFONT_H_ */ |