about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/LeiSavedSearch.pm2
-rw-r--r--lib/PublicInbox/LeiUp.pm1
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/PublicInbox/LeiSavedSearch.pm b/lib/PublicInbox/LeiSavedSearch.pm
index 93b1b23a..a8bf470b 100644
--- a/lib/PublicInbox/LeiSavedSearch.pm
+++ b/lib/PublicInbox/LeiSavedSearch.pm
@@ -51,8 +51,6 @@ sub new {
                 } else {
                         cfg_set($self, 'lei.q', $q);
                 }
-                my $fmt = $lei->{opt}->{'format'};
-                cfg_set($self, 'lei.q.format', $fmt) if defined $fmt;
                 $dst = "$lei->{ovv}->{fmt}:$dst" if $dst !~ m!\Aimaps?://!i;
                 cfg_set($self, 'lei.q.output', $dst);
                 for my $k (qw(only include exclude)) {
diff --git a/lib/PublicInbox/LeiUp.pm b/lib/PublicInbox/LeiUp.pm
index 7ddb1dd0..9fe4901b 100644
--- a/lib/PublicInbox/LeiUp.pm
+++ b/lib/PublicInbox/LeiUp.pm
@@ -24,7 +24,6 @@ sub lei_up {
         }
         $lei->{opt}->{output} = $lss->{-cfg}->{'lei.q.output'} //
                 return $lei->fail("lei.q.output unset in $lss->{-f}");
-        $lei->{opt}->{'format'} //= $lss->{-cfg}->{'lei.q.format'}; # optional
 
         my $to_avref = $lss->{-cfg}->can('_array');
         for my $k (qw(only include exclude)) {