diff --git a/ChangeLog b/ChangeLog index 919cc2471c..bc35c4cced 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-19 Michael Natterer + + * tools/pdbgen/app.pl: remove some code that has no effect on the + generated code any more. + 2006-03-18 Sven Neumann * app/actions/context-actions.c: added more action blurbs. diff --git a/tools/pdbgen/app.pl b/tools/pdbgen/app.pl index 0ed60e12f5..3fa1af8d37 100644 --- a/tools/pdbgen/app.pl +++ b/tools/pdbgen/app.pl @@ -202,7 +202,6 @@ sub marshal_inargs { if (exists $arg->{id_func}) { my $id_func = $arg->{id_func}; - $id_func = $_->{id_func} if exists $_->{id_func}; $result .= " $var = $id_func (gimp, $value);\n"; @@ -646,8 +645,6 @@ GPL my $out = $out{$group}; foreach (@{$main::grp{$group}->{headers}}) { $out->{headers}->{$_}++ } - delete $out->{headers}->{q/"procedural_db.h"/}; - delete $out->{headers}->{q/"config.h"/}; my @headers = sort { my ($x, $y) = ($a, $b);