summaryrefslogtreecommitdiff
path: root/tntconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tntconfig.cpp')
-rw-r--r--tntconfig.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tntconfig.cpp b/tntconfig.cpp
index e4937ec..123ee78 100644
--- a/tntconfig.cpp
+++ b/tntconfig.cpp
@@ -31,13 +31,8 @@ namespace vdrlive {
namespace {
std::string GetResourcePath()
{
-#if APIVERSNUM > 10729
string resourceDir(Plugin::GetResourceDirectory());
return resourceDir;
-#else
- string configDir(Plugin::GetConfigDirectory());
- return configDir;
-#endif
}
void MapUrl(tnt::Tntnet & app, const char *rule, const char * component, std::string const & instPath, const char * pathInfo, const char * mime_type)