diff options
author | Nicolas Trangez <eikke@eikke.com> | 2007-07-08 00:23:57 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2007-08-01 01:53:30 +0300 |
commit | f37612c6f2375ca904411e6caa0be19fa24f032c (patch) | |
tree | 5cbdae964699438472202e8821144bef390a93a3 /include/hotplug.h | |
parent | 951c058e7800308f7c472e77178c14400f45c1b3 (diff) |
Hotplug: Remove unused function definition from hotplug.h
configDispatch hasn't been used in a long time.
Diffstat (limited to 'include/hotplug.h')
-rw-r--r-- | include/hotplug.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hotplug.h b/include/hotplug.h index 0c304b15e..8831b1ede 100644 --- a/include/hotplug.h +++ b/include/hotplug.h @@ -26,6 +26,5 @@ void configInitialise(void); void configFini(void); -void configDispatch(void); #endif /* CONFIG_H */ |