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