diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 19:51:38 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 19:51:38 +0000 |
commit | cd737785cace62f79fbd5f596ccb0d70de3e6252 (patch) | |
tree | 4b9d7a41623fb58eda49b2d84b755eefa00b596b /setup.h | |
parent | 13adee0994f4f177a6630077f298eafcb9c48169 (diff) | |
download | vdr-plugin-live-cd737785cace62f79fbd5f596ccb0d70de3e6252.tar.gz vdr-plugin-live-cd737785cace62f79fbd5f596ccb0d70de3e6252.tar.bz2 |
- removed obsolete interfacing code
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -8,11 +8,9 @@ namespace vdrlive { -class Plugin; - class Setup { - friend Setup& Plugin::GetLiveSetup(); + friend Setup& LiveSetup(); public: typedef std::list< std::string > IpList; @@ -45,11 +43,6 @@ private: bool CheckServerIps(); }; -inline Setup& LiveSetup() -{ - return LivePlugin().GetLiveSetup(); -} - } // namespace vdrlive #endif // VDR_LIVE_SETUP_H |