summaryrefslogtreecommitdiffstats
path: root/curs_main.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2017-03-31 18:15:20 -0700
committerKevin McCarthy <kevin@8t8.us>2017-03-31 18:15:20 -0700
commitfe7959a24a9ece1af9ba8271810d1ee4b0cc1cd6 (patch)
tree18fae7eaf91a56ac0ff7267fda42ef2e53ae6fee /curs_main.c
parent107e64ca10e09a097bd528bb4dd0842dfc99c051 (diff)
Remove SidebarNeedsRedraw.
The menu stack can be used to flag a redraw of the sidebar window.
Diffstat (limited to 'curs_main.c')
-rw-r--r--curs_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curs_main.c b/curs_main.c
index 3ca1fbbb..39999dc9 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -622,7 +622,7 @@ int mutt_index_menu (void)
}
#ifdef USE_SIDEBAR
- if (menu->redraw & REDRAW_SIDEBAR || SidebarNeedsRedraw)
+ if (menu->redraw & REDRAW_SIDEBAR)
{
mutt_sb_set_buffystats (Context);
menu_redraw_sidebar (menu);