[PATCH xserver 3/4] xfree86: remove dummy/dead function prototype for LoadDriver
Emil Velikov
emil.l.velikov at gmail.com
Sun Apr 17 20:07:29 UTC 2016
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
hw/xfree86/loader/loaderProcs.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/hw/xfree86/loader/loaderProcs.h b/hw/xfree86/loader/loaderProcs.h
index 8d7872f..ee8a557 100644
--- a/hw/xfree86/loader/loaderProcs.h
+++ b/hw/xfree86/loader/loaderProcs.h
@@ -72,8 +72,6 @@ typedef struct module_desc {
void LoaderInit(void);
-ModuleDescPtr LoadDriver(const char *, const char *, int, void *, int *,
- int *);
ModuleDescPtr LoadModule(const char *, const char **,
const char **, void *, const XF86ModReqInfo *,
int *, int *);
--
2.8.0
More information about the xorg-devel
mailing list