diff options
author | Adam Jackson <ajax@redhat.com> | 2009-01-20 22:42:22 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-01-20 22:42:22 -0500 |
commit | 732191d5d6ad58caab25e24df16fb89efaea2e9a (patch) | |
tree | 46d3e6dd808bda20fcd2f0cc76c8b910f3c385a6 /include | |
parent | 423d0a2c1dfad969f4a238618811937bc5f49776 (diff) |
Remove loadable renderer support.
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/fonts/fontmod.h | 16 |
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_ */ |