summaryrefslogtreecommitdiff
path: root/apps/gui/pitchscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/pitchscreen.c')
-rw-r--r--apps/gui/pitchscreen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c
index 7a05a57743..568bbf4aee 100644
--- a/apps/gui/pitchscreen.c
+++ b/apps/gui/pitchscreen.c
@@ -286,7 +286,6 @@ int gui_syncpitchscreen_run(void)
286 FOR_NB_SCREENS(i) 286 FOR_NB_SCREENS(i)
287 pitchscreen_draw(&screens[i], max_lines[i], 287 pitchscreen_draw(&screens[i], max_lines[i],
288 pitch_viewports[i], pitch); 288 pitch_viewports[i], pitch);
289 gui_syncstatusbar_draw(&statusbars, true);
290 button = get_action(CONTEXT_PITCHSCREEN,HZ); 289 button = get_action(CONTEXT_PITCHSCREEN,HZ);
291 switch (button) { 290 switch (button) {
292 case ACTION_PS_INC_SMALL: 291 case ACTION_PS_INC_SMALL: