Skip to content

Commit

Permalink
Remove code duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
gahr committed May 18, 2022
1 parent 0c028cb commit 6f7d3ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conn/connaccount.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,6 @@ char *mutt_account_getoauthbearer(struct ConnAccount *cac, bool xoauth2)
mutt_file_fclose(&fp);
filter_wait(pid);

/* The refresh cmd in some cases will invoke gpg to decrypt a token */
if (!OptNoCurses)
mutt_need_hard_redraw();

/* The refresh cmd in some cases will invoke gpg to decrypt a token */
if (!OptNoCurses)
mutt_need_hard_redraw();
Expand Down

0 comments on commit 6f7d3ec

Please sign in to comment.