mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
config: unexport config_init() and config_fini()
Those aren't used by any drivers, so no need to keep them public. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
064e5f2ddf
commit
1749a8bdfd
@@ -26,9 +26,4 @@
|
||||
#ifndef HOTPLUG_H
|
||||
#define HOTPLUG_H
|
||||
|
||||
#include <X11/Xfuncproto.h>
|
||||
|
||||
extern _X_EXPORT void config_init(void);
|
||||
extern _X_EXPORT void config_fini(void);
|
||||
|
||||
#endif /* HOTPLUG_H */
|
||||
|
||||
Reference in New Issue
Block a user