Comment away currently unused function to avoid warning. Thanks to Netocrat.

darcs-hash:20060811093051-ac50b-d025c406234bb31e36c0b0b7951b54c6fc62ed07.gz
This commit is contained in:
axel 2006-08-11 19:30:51 +10:00
parent 7fadf6c083
commit e784683b8a

View File

@ -279,7 +279,7 @@ wchar_t input_get_code( const wchar_t *name )
/**
Returns the function name for the given function code.
*/
/*
static const wchar_t *input_get_name( wchar_t c )
{
@ -293,7 +293,7 @@ static const wchar_t *input_get_name( wchar_t c )
}
return 0;
}
*/
/**
Returns the function description for the given function code.
*/