diff options
Diffstat (limited to 'setup.cpp')
-rw-r--r-- | setup.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -106,11 +106,6 @@ bool Setup::CheckServerIps() return true; } -bool Setup::HaveEPGSearch(void) -{ - return cPluginManager::GetPlugin("epgsearch") != NULL; -} - std::string Setup::GetMD5HashAdminPassword() const { // format is <length>:<md5-hash of password> |