aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/font/stubs/xpstubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/font/stubs/xpstubs.c')
-rw-r--r--nx-X11/lib/font/stubs/xpstubs.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/nx-X11/lib/font/stubs/xpstubs.c b/nx-X11/lib/font/stubs/xpstubs.c
deleted file mode 100644
index 444915367..000000000
--- a/nx-X11/lib/font/stubs/xpstubs.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/* $XFree86$ */
-
-/*
- stub for XpClient* functions.
-*/
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#include "stubs.h"
-
-Bool
-XpClientIsBitmapClient(ClientPtr client)
-{
- return True;
-}
-
-Bool
-XpClientIsPrintClient(ClientPtr client, FontPathElementPtr fpe)
-{
- return False;
-}
-
-/* end of file */