summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 19:51:38 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-05 19:51:38 +0000
commitcd737785cace62f79fbd5f596ccb0d70de3e6252 (patch)
tree4b9d7a41623fb58eda49b2d84b755eefa00b596b /setup.h
parent13adee0994f4f177a6630077f298eafcb9c48169 (diff)
downloadvdr-plugin-live-cd737785cace62f79fbd5f596ccb0d70de3e6252.tar.gz
vdr-plugin-live-cd737785cace62f79fbd5f596ccb0d70de3e6252.tar.bz2
- removed obsolete interfacing code
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