From d90ae614494fc14f74599c8ef1cb022319dac803 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Thu, 21 Mar 2013 12:13:16 +0100 Subject: [PATCH] - bouquetlist.cpp: fix buttonbar --- src/gui/bouquetlist.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/bouquetlist.cpp b/src/gui/bouquetlist.cpp index 17585c33e..396b437cf 100644 --- a/src/gui/bouquetlist.cpp +++ b/src/gui/bouquetlist.cpp @@ -601,8 +601,6 @@ void CBouquetList::paint() int numbuttons = sizeof(CBouquetListButtons)/sizeof(CBouquetListButtons[0]); if (favonly) /* this actually shows favorites and providers button, but both are active anyway */ numbuttons = 2; - ::paintButtons(x, y + (height - footerHeight), width, numbuttons, CBouquetListButtons, width, footerHeight); - ::paintButtons(x, y + (height - footerHeight), width, numbuttons, CBouquetListButtons, footerHeight); if(!Bouquets.empty())