mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
gui/channellist.h: make tuned private
This commit is contained in:
@@ -57,6 +57,7 @@ class CChannelList
|
||||
private:
|
||||
CFrameBuffer *frameBuffer;
|
||||
unsigned int selected, selected_in_new_mode;
|
||||
unsigned int tuned;
|
||||
t_channel_id selected_chid;
|
||||
CLastChannel lastChList;
|
||||
unsigned int liststart;
|
||||
@@ -143,7 +144,6 @@ public:
|
||||
int getSize() const;
|
||||
int getSelectedChannelIndex() const;
|
||||
void setSize(int newsize);
|
||||
unsigned int tuned;
|
||||
int doChannelMenu(void);
|
||||
void SortAlpha(void);
|
||||
void SortSat(void);
|
||||
|
Reference in New Issue
Block a user