From f398669a423f0f61911c97e2fe0d98664f1cbf44 Mon Sep 17 00:00:00 2001 From: thlo Date: Mon, 7 Jan 2013 20:36:08 +0100 Subject: Various fixes. --- vdr-smarttvweb/smarttvfactory.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'vdr-smarttvweb/smarttvfactory.h') diff --git a/vdr-smarttvweb/smarttvfactory.h b/vdr-smarttvweb/smarttvfactory.h index e2936bf..ff1af24 100644 --- a/vdr-smarttvweb/smarttvfactory.h +++ b/vdr-smarttvweb/smarttvfactory.h @@ -1,7 +1,7 @@ /* * smarttvfactory.h: VDR on Smart TV plugin * - * Copyright (C) 2012 Thorsten Lohmar + * Copyright (C) 2012 T. Lohmar * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -55,11 +55,6 @@ class SmartTvServer { int isServing(); string getConfigDir() { return mConfigDir; }; - unsigned int getSegmentDuration() { return mSegmentDuration; }; - int getHasMinBufferTime() { return mHasMinBufferTime; }; - unsigned int getHasBitrate() { return mHasBitrate; }; - int getLiveChannels() { return mLiveChannels; }; - cSmartTvConfig* getConfig() { return mConfig; }; private: -- cgit v1.2.3