aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Setup
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 21:14:07 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 21:14:07 -0400
commit82f0facb620e59594aaf318c2eaf676c7788f1e6 (patch)
tree5d65038818dee722d70cc8cb30986f3452633232 /IkiWiki/Setup
parent42ac4ec00959bd6162076af799023545b698bed9 (diff)
downloadikiwiki-82f0facb620e59594aaf318c2eaf676c7788f1e6.tar
ikiwiki-82f0facb620e59594aaf318c2eaf676c7788f1e6.tar.gz
fixups
Diffstat (limited to 'IkiWiki/Setup')
-rw-r--r--IkiWiki/Setup/Standard.pm3
1 files changed, 0 insertions, 3 deletions
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}, "#");
}