summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/displaychannel.c b/displaychannel.c
index 5d2701a..607679b 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -159,7 +159,6 @@ void cSDDisplayChannel::SetMessage(eMessageType Type, const char *Text) {
channelView->ClearSignalBackground();
channelView->ClearScraperContent();
channelView->ClearAudioInfo();
- channelView->ClearBitrates();
channelView->DisplayMessage(Type, Text);
groupSep = true;
}
@@ -187,14 +186,12 @@ void cSDDisplayChannel::Flush(void) {
channelView->DrawSignal();
channelView->DrawAudioInfo();
channelView->DrawDevices(initial);
- channelView->DrawBitrates();
} else {
channelView->ClearStatusIcons();
channelView->ClearScreenResolution();
channelView->ClearSignal();
channelView->ClearSignalBackground();
channelView->ClearDevices();
- channelView->DrawBitrates();
}
if (initial) {