summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.h b/setup.h
index 958ef9b..a4d3a58 100644
--- a/setup.h
+++ b/setup.h
@@ -18,7 +18,6 @@ public:
typedef std::list< std::string > IpList;
// commandline
- std::string const& GetLibraryPath() const { return m_libraryPath; }
int GetServerPort() const { return m_serverPort; }
IpList const& GetServerIps() const { return m_serverIps; }
// vdr-setup
@@ -36,14 +35,12 @@ private:
mutable std::string m_helpString;
// commandline options
- std::string m_libraryPath;
int m_serverPort;
IpList m_serverIps;
// setup options
int m_lastChannel;
int m_screenshotInterval;
- bool CheckLibraryPath();
bool CheckServerPort();
bool CheckServerIps();
};