From 007f7a52da1cfc87f33de07fc873d0fac46558b4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 26 Dec 2012 14:48:01 +0100 Subject: [PATCH] Gallery2: Removed auto-generated comment at the top of gallery.list Without the comment, line numbers correspond to photo numbers, which is nice. --- gal2/UCW/Gallery.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/gal2/UCW/Gallery.pm b/gal2/UCW/Gallery.pm index f97ddd8..c8bdc68 100644 --- a/gal2/UCW/Gallery.pm +++ b/gal2/UCW/Gallery.pm @@ -83,7 +83,6 @@ sub RequireThumbnails($$) { sub WriteList($$) { my ($file, $images) = @_; open LIST, '>', "$file.new" or die "Cannot create $file.new: $!\n"; - print LIST "# Image\tID\tRotate\tXform\tTitle\n"; for my $i (@$images) { print LIST join("\t", $i->{file}, -- 2.39.2