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