diff options
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 |