summaryrefslogtreecommitdiff
path: root/include/X11
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 /include/X11
parent423d0a2c1dfad969f4a238618811937bc5f49776 (diff)
Remove loadable renderer support.
Diffstat (limited to 'include/X11')
-rw-r--r--include/X11/fonts/fontmod.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/X11/fonts/fontmod.h b/include/X11/fonts/fontmod.h
deleted file mode 100644
index 42d277f..0000000
--- a/include/X11/fonts/fontmod.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* $XFree86: xc/lib/font/include/fontmod.h,v 1.2 1998/07/25 06:57:09 dawes Exp $ */
-
-#ifndef _FONTMOD_H_
-#define _FONTMOD_H_
-
-typedef void (*InitFont)(void);
-
-typedef struct {
- InitFont initFunc;
- char * name;
- pointer module;
-} FontModule;
-
-extern FontModule *FontModuleList;
-
-#endif /* _FONTMOD_H_ */