gui/channellist.h: make tuned private

Origin commit data
------------------
Branch: ni/coolstream
Commit: 24ac76640e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-12 (Mon, 12 Mar 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-03-12 14:11:54 +04:00
parent ca941286b4
commit 6c81e96e29
2 changed files with 3 additions and 3 deletions

View File

@@ -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);