diff options
Diffstat (limited to 'nx-X11/lib/font/stubs/stfntcfnt.c')
-rw-r--r-- | nx-X11/lib/font/stubs/stfntcfnt.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nx-X11/lib/font/stubs/stfntcfnt.c b/nx-X11/lib/font/stubs/stfntcfnt.c deleted file mode 100644 index c062677f6..000000000 --- a/nx-X11/lib/font/stubs/stfntcfnt.c +++ /dev/null @@ -1,14 +0,0 @@ -/* $XFree86$ */ - -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif -#include "stubs.h" - -int -StoreFontClientFont(FontPtr pfont, Font id) -{ - return 0; -} - -/* end of file */ |