summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/smarttvfactory.h
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-01-07 20:36:08 +0100
committerthlo <t.lohmar@gmx.de>2013-01-07 20:36:08 +0100
commitf398669a423f0f61911c97e2fe0d98664f1cbf44 (patch)
tree9cd6850d40351dff9e830ee926781c0a5f28ccea /vdr-smarttvweb/smarttvfactory.h
parent8ad7cafb329e46725b523a3956eeeaeccd45e01e (diff)
downloadvdr-plugin-smarttvweb-f398669a423f0f61911c97e2fe0d98664f1cbf44.tar.gz
vdr-plugin-smarttvweb-f398669a423f0f61911c97e2fe0d98664f1cbf44.tar.bz2
Various fixes.
Diffstat (limited to 'vdr-smarttvweb/smarttvfactory.h')
-rw-r--r--vdr-smarttvweb/smarttvfactory.h7
1 files changed, 1 insertions, 6 deletions
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: