Commit f8ae6d64 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winapi: parse_c_declarations() is not used. Remove it.

parent 5ef48192
...@@ -663,19 +663,6 @@ sub parse_c_declaration($$$$$$$$$$$$) { ...@@ -663,19 +663,6 @@ sub parse_c_declaration($$$$$$$$$$$$) {
} }
######################################################################## ########################################################################
# parse_c_declarations
sub parse_c_declarations($$$$) {
my $self = shift;
my $refcurrent = shift;
my $refline = shift;
my $refcolumn = shift;
return 1;
}
########################################################################
# _parse_c # _parse_c
sub _parse_c($$$$$$) { sub _parse_c($$$$$$) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment