diff options
author | louis <louis.braun@gmx.de> | 2014-11-01 13:19:07 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-01 13:19:07 +0100 |
commit | f9f68cae8d64f5c60ffaa34118b66f5ebab28506 (patch) | |
tree | 69b2bb7d166b07d19364107432dbc632f25c6f78 /displaychannel.c | |
parent | f9f2c47cb258874dcdd75bd2154a60c65f068657 (diff) | |
download | vdr-plugin-skindesigner-f9f68cae8d64f5c60ffaa34118b66f5ebab28506.tar.gz vdr-plugin-skindesigner-f9f68cae8d64f5c60ffaa34118b66f5ebab28506.tar.bz2 |
removed code for displaying bitrates in displaychannel again
Diffstat (limited to 'displaychannel.c')
-rw-r--r-- | displaychannel.c | 3 |
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) { |