summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h9
1 files changed, 1 insertions, 8 deletions
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