mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-09 07:18:05 +02:00
xfree86: remove dummy/dead function prototype for LoadDriver
Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
57eec704c3
commit
7b71055fc6
1 changed files with 0 additions and 2 deletions
|
|
@ -72,8 +72,6 @@ typedef struct module_desc {
|
||||||
|
|
||||||
void LoaderInit(void);
|
void LoaderInit(void);
|
||||||
|
|
||||||
ModuleDescPtr LoadDriver(const char *, const char *, int, void *, int *,
|
|
||||||
int *);
|
|
||||||
ModuleDescPtr LoadModule(const char *, const char **,
|
ModuleDescPtr LoadModule(const char *, const char **,
|
||||||
const char **, void *, const XF86ModReqInfo *,
|
const char **, void *, const XF86ModReqInfo *,
|
||||||
int *, int *);
|
int *, int *);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue