This function is defined just three lines down, we don't need a declaration for it.
Signed-off-by: Peter Hutterer <[email protected]> --- src/wcmConfig.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/wcmConfig.c b/src/wcmConfig.c index 20d2d7d..794369a 100644 --- a/src/wcmConfig.c +++ b/src/wcmConfig.c @@ -37,8 +37,6 @@ extern void wcmHotplugOthers(LocalDevicePtr local, unsigned long* keys); extern int wcmDeviceTypeKeys(LocalDevicePtr local, unsigned long* keys, int* tablet_id); -static int wcmAllocate(LocalDevicePtr local, char* name, int flag); - /***************************************************************************** * wcmAllocate -- ****************************************************************************/ -- 1.6.6.1 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
