diff options
Diffstat (limited to 'lib/service/servicedvb.cpp')
| -rw-r--r-- | lib/service/servicedvb.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index f13ae50e..307c317f 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -939,8 +939,6 @@ RESULT eDVBServiceList::setListName(const std::string &name) return m_bouquet->setListName(name); } -timespec service_start; - RESULT eServiceFactoryDVB::play(const eServiceReference &ref, ePtr<iPlayableService> &ptr) { ePtr<eDVBService> service; @@ -948,7 +946,6 @@ RESULT eServiceFactoryDVB::play(const eServiceReference &ref, ePtr<iPlayableServ if (r) service = 0; // check resources... - clock_gettime(CLOCK_MONOTONIC, &service_start); ptr = new eDVBServicePlay(ref, service); return 0; } |
