diff options
Diffstat (limited to 'vdr-smarttvweb/smarttvfactory.h')
-rw-r--r-- | vdr-smarttvweb/smarttvfactory.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vdr-smarttvweb/smarttvfactory.h b/vdr-smarttvweb/smarttvfactory.h index 7fc7bbd..171b1b8 100644 --- a/vdr-smarttvweb/smarttvfactory.h +++ b/vdr-smarttvweb/smarttvfactory.h @@ -38,8 +38,8 @@ using namespace std; -#define PLG_VERSION "0.9.4" -#define SERVER "SmartTvWeb/0.9.4" +#define PLG_VERSION "0.9.5" +#define SERVER "SmartTvWeb/0.9.5" class SmartTvServer { public: @@ -72,7 +72,6 @@ class SmartTvServer { int mLiveChannels; vector<cHttpResource*> clientList; - // list<int>mFdList; int mActiveSessions; string mConfigDir; cSmartTvConfig *mConfig; |