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 --- live.cpp | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'live.cpp') diff --git a/live.cpp b/live.cpp index 5b6ace6..ef482b5 100644 --- a/live.cpp +++ b/live.cpp @@ -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 @@ -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! -- cgit v1.2.3