mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- channellist.cpp: 'fix' the double determination of dimensions/coordinates
This commit is contained in:
@@ -72,16 +72,16 @@ private:
|
||||
ZapitChannelList chanlist;
|
||||
CZapProtection* zapProtection;
|
||||
|
||||
int width;
|
||||
int widthDetails;
|
||||
int height;
|
||||
int x;
|
||||
int y;
|
||||
int full_width;
|
||||
int width;
|
||||
int height;
|
||||
int x;
|
||||
int y;
|
||||
int logo_off;
|
||||
int pig_width;
|
||||
int pig_height;
|
||||
int infozone_width;
|
||||
int infozone_height;
|
||||
int pig_width;
|
||||
int pig_height;
|
||||
int infozone_width;
|
||||
int infozone_height;
|
||||
|
||||
bool historyMode;
|
||||
bool vlist; // "virtual" list, not bouquet
|
||||
|
Reference in New Issue
Block a user