summaryrefslogtreecommitdiff
path: root/src/stubs/getnewfntcid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs/getnewfntcid.c')
-rw-r--r--src/stubs/getnewfntcid.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/stubs/getnewfntcid.c b/src/stubs/getnewfntcid.c
deleted file mode 100644
index d31ccf1..0000000
--- a/src/stubs/getnewfntcid.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#include "stubs.h"
-
-#ifdef __SUNPRO_C
-#pragma weak GetNewFontClientID
-#endif
-
-weak Font
-GetNewFontClientID(void)
-{
- OVERRIDE_SYMBOL(GetNewFontClientID);
- return (Font)0;
-}