summaryrefslogtreecommitdiff
path: root/displaychannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'displaychannel.c')
-rw-r--r--displaychannel.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/displaychannel.c b/displaychannel.c
index 128fa780..559008cc 100644
--- a/displaychannel.c
+++ b/displaychannel.c
@@ -123,10 +123,7 @@ void cFlatDisplayChannel::SetChannel(const cChannel *Channel, int Number) {
void cFlatDisplayChannel::ChannelIconsDraw(const cChannel *Channel, bool Resolution) {
if( !Resolution ) {
chanIconsPixmap->Fill( clrTransparent );
- printf("no resolution\n");
- } else
- printf("resolution width: %d\n", screenWidth);
-
+ }
int width = fontSmlHeight;
int top = fontHeight*2 + fontSmlHeight*2 + marginItem;