diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-16 14:24:47 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-16 14:24:47 -0400 |
commit | acc91054316208844742495dea0b80a860ef02bb (patch) | |
tree | e43a0d0953ce0f2c755fac320d71b017d2e489b9 /hw/xfree86/utils/xorgcfg/loader.h | |
parent | a82e6efb7b9b2ab9a1597b002f375c5ee105e7f5 (diff) |
Remove font module support from xorgcfg.
Diffstat (limited to 'hw/xfree86/utils/xorgcfg/loader.h')
-rw-r--r-- | hw/xfree86/utils/xorgcfg/loader.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/hw/xfree86/utils/xorgcfg/loader.h b/hw/xfree86/utils/xorgcfg/loader.h index 16c527327..5affada84 100644 --- a/hw/xfree86/utils/xorgcfg/loader.h +++ b/hw/xfree86/utils/xorgcfg/loader.h @@ -47,7 +47,6 @@ #endif #include "xf86Xinput.h" -#include <X11/fonts/fontmod.h> #include "loaderProcs.h" #include <sym.h> @@ -102,17 +101,6 @@ typedef struct { Bool found; } OptionInfoRec, *OptionInfoPtr; -/* fontmod.h */ -typedef void (*InitFont)(void); - -typedef struct { - InitFont initFunc; - char * name; - void *module; -} FontModule; - -extern FontModule *FontModuleList; - typedef struct { int token; /* id of the token */ const char * name; /* token name */ @@ -124,7 +112,6 @@ typedef enum { VideoModule, InputModule, GenericModule, - FontRendererModule } ModuleType; typedef struct _xf86cfgModuleOptions { |