mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 07:18:08 +08:00
Comment away currently unused function to avoid warning. Thanks to Netocrat.
darcs-hash:20060811093051-ac50b-d025c406234bb31e36c0b0b7951b54c6fc62ed07.gz
This commit is contained in:
parent
7fadf6c083
commit
e784683b8a
4
input.c
4
input.c
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user