From 82f0facb620e59594aaf318c2eaf676c7788f1e6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Jul 2008 21:14:07 -0400 Subject: fixups --- IkiWiki/Setup/Standard.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'IkiWiki/Setup') diff --git a/IkiWiki/Setup/Standard.pm b/IkiWiki/Setup/Standard.pm index d1c53c064..d96964a23 100644 --- a/IkiWiki/Setup/Standard.pm +++ b/IkiWiki/Setup/Standard.pm @@ -71,9 +71,6 @@ sub dumpvalues ($@) { #{{{ push @ret, dumpline($key, $setup->{$key}, $info{type}, ""); delete $setup->{$key}; } - elsif (exists $info{default} && defined $info{default}) { - push @ret, dumpline($key, $info{default}, $info{type}, "#"); - } elsif (exists $info{example}) { push @ret, dumpline($key, $info{example}, $info{type}, "#"); } -- cgit v1.2.3