From 706dfab164a761bb7531aff4f18072e00aebd558 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sun, 19 Mar 2006 13:21:55 +0000 Subject: [PATCH] remove some code that has no effect on the generated code any more. 2006-03-19 Michael Natterer * tools/pdbgen/app.pl: remove some code that has no effect on the generated code any more. --- ChangeLog | 5 +++++ tools/pdbgen/app.pl | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) 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);