summaryrefslogtreecommitdiff
path: root/src/stubs
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2009-01-20 22:42:22 -0500
committerAdam Jackson <ajax@redhat.com>2009-01-20 22:42:22 -0500
commit732191d5d6ad58caab25e24df16fb89efaea2e9a (patch)
tree46d3e6dd808bda20fcd2f0cc76c8b910f3c385a6 /src/stubs
parent423d0a2c1dfad969f4a238618811937bc5f49776 (diff)
downloadxorg-lib-libXfont-732191d5d6ad58caab25e24df16fb89efaea2e9a.tar.gz
Remove loadable renderer support.
Diffstat (limited to 'src/stubs')
-rw-r--r--src/stubs/Makefile.am1
-rw-r--r--src/stubs/fontmod.c14
2 files changed, 0 insertions, 15 deletions
diff --git a/src/stubs/Makefile.am b/src/stubs/Makefile.am
index 963470f..cb3bb35 100644
--- a/src/stubs/Makefile.am
+++ b/src/stubs/Makefile.am
@@ -12,7 +12,6 @@ libstubs_la_SOURCES = \
errorf.c \
fatalerror.c \
findoldfnt.c \
- fontmod.c \
getcres.c \
getdefptsize.c \
getnewfntcid.c \
diff --git a/src/stubs/fontmod.c b/src/stubs/fontmod.c
deleted file mode 100644
index 5a0bd0e..0000000
--- a/src/stubs/fontmod.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#ifdef LOADABLEFONTS
-#include "stubs.h"
-#include <X11/fonts/fontmod.h>
-
-#ifdef __SUNPRO_C
-#pragma weak FontModuleList
-#endif
-
-weak FontModule *FontModuleList;
-#endif /* LOADABLEFONTS */