winapi: parse_c_declarations() is not used. Remove it.
This commit is contained in:
parent
5ef481922f
commit
f8ae6d6407
|
@ -662,19 +662,6 @@ sub parse_c_declaration($$$$$$$$$$$$) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
########################################################################
|
||||
# parse_c_declarations
|
||||
|
||||
sub parse_c_declarations($$$$) {
|
||||
my $self = shift;
|
||||
|
||||
my $refcurrent = shift;
|
||||
my $refline = shift;
|
||||
my $refcolumn = shift;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
########################################################################
|
||||
# _parse_c
|
||||
|
||||
|
|
Loading…
Reference in New Issue