From: Max Kellermann Date: Thu, 2 Oct 2008 13:20:18 +0000 (+0200) Subject: screen_artist: don't call wrefresh() twice X-Git-Tag: v0.12_alpha1~121 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=cc15a6261e9564edc4fb998f6510f29aaa6f5400;p=ncmpc.git screen_artist: don't call wrefresh() twice artist_repaint() calls wrefresh(), don't call it again after that. --- diff --git a/src/screen_artist.c b/src/screen_artist.c index ba48ce8..b15b89d 100644 --- a/src/screen_artist.c +++ b/src/screen_artist.c @@ -452,7 +452,6 @@ artist_cmd(screen_t *screen, mpdclient_t *c, command_t cmd) if (artist_lw_cmd(cmd)) { artist_repaint(); - wrefresh(browser.lw->w); return 1; }