mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
Static cleanups, dead code deletion.
This commit is contained in:
parent
ac2356843e
commit
9a0f25de7c
54 changed files with 187 additions and 482 deletions
|
|
@ -97,9 +97,6 @@ void LoadFont(FontModule *);
|
|||
void UnloadModule(ModuleDescPtr);
|
||||
void UnloadSubModule(ModuleDescPtr);
|
||||
void UnloadDriver(ModuleDescPtr);
|
||||
void FreeModuleDesc(ModuleDescPtr mod);
|
||||
ModuleDescPtr NewModuleDesc(const char *);
|
||||
ModuleDescPtr AddSibling(ModuleDescPtr head, ModuleDescPtr new);
|
||||
void LoaderSetPath(const char *path);
|
||||
void LoaderSortExtensions(void);
|
||||
|
||||
|
|
@ -108,7 +105,6 @@ unsigned long LoaderGetModuleVersion(ModuleDescPtr mod);
|
|||
|
||||
void LoaderResetOptions(void);
|
||||
void LoaderSetOptions(unsigned long);
|
||||
void LoaderClearOptions(unsigned long);
|
||||
|
||||
/* Options for LoaderSetOptions */
|
||||
#define LDR_OPT_ABI_MISMATCH_NONFATAL 0x0001
|
||||
|
|
|
|||
Loading…
Reference in a new issue