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 /live.cpp | |
parent | 13adee0994f4f177a6630077f298eafcb9c48169 (diff) | |
download | vdr-plugin-live-cd737785cace62f79fbd5f596ccb0d70de3e6252.tar.gz vdr-plugin-live-cd737785cace62f79fbd5f596ccb0d70de3e6252.tar.bz2 |
- removed obsolete interfacing code
Diffstat (limited to 'live.cpp')
-rw-r--r-- | live.cpp | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: live.cpp,v 1.9 2007/01/05 17:52:46 lordjaxom Exp $ + * $Id: live.cpp,v 1.10 2007/01/05 19:51:38 lordjaxom Exp $ */ #include <vdr/plugin.h> @@ -72,18 +72,6 @@ bool Plugin::SetupParse(const char *Name, const char *Value) return LiveSetup().ParseSetupEntry( Name, Value ); } -Setup& Plugin::GetLiveSetup() -{ - static Setup instance; - return instance; -} - -TimerManager& Plugin::GetLiveTimerManager() -{ - static TimerManager instance; - return instance; -} - } // namespace vdrlive VDRPLUGINCREATOR(vdrlive::Plugin); // Don't touch this! |