mirror of https://github.com/GNOME/gimp.git
pdb: remove an obsolete snippet from lib.pl
This commit is contained in:
parent
af5c587e21
commit
1a8d300994
|
@ -293,10 +293,6 @@ CODE
|
|||
my $desc = exists $_->{desc} ? $_->{desc} : "";
|
||||
my $arg = $arg_types{$type};
|
||||
my $var;
|
||||
|
||||
if ($type =~ /boolean|enum|guide|sample_point/) {
|
||||
$type = 'int32';
|
||||
}
|
||||
|
||||
# The return value variable
|
||||
$var = "";
|
||||
|
|
Loading…
Reference in New Issue