Hotplug: Remove unused function definition from hotplug.h

configDispatch hasn't been used in a long time.
This commit is contained in:
Nicolas Trangez 2007-07-08 00:23:57 +03:00 committed by Daniel Stone
parent 951c058e78
commit f37612c6f2

View File

@ -26,6 +26,5 @@
void configInitialise(void);
void configFini(void);
void configDispatch(void);
#endif /* CONFIG_H */