remove some code that has no effect on the generated code any more.

2006-03-19  Michael Natterer  <mitch@gimp.org>

	* tools/pdbgen/app.pl: remove some code that has no effect on the
	generated code any more.
This commit is contained in:
Michael Natterer 2006-03-19 13:21:55 +00:00 committed by Michael Natterer
parent a26c480858
commit 706dfab164
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2006-03-19 Michael Natterer <mitch@gimp.org>
* tools/pdbgen/app.pl: remove some code that has no effect on the
generated code any more.
2006-03-18 Sven Neumann <sven@gimp.org>
* app/actions/context-actions.c: added more action blurbs.

View file

@ -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);