From cd737785cace62f79fbd5f596ccb0d70de3e6252 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 5 Jan 2007 19:51:38 +0000 Subject: - removed obsolete interfacing code --- setup.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'setup.h') diff --git a/setup.h b/setup.h index a4d3a58..0933ea2 100644 --- a/setup.h +++ b/setup.h @@ -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 -- cgit v1.2.3