summaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/monitor.c b/monitor.c
index f911698..e603c30 100644
--- a/monitor.c
+++ b/monitor.c
@@ -216,12 +216,6 @@ void cUdevDvbFilter::Process(cUdevDevice &Device)
if (!devname || cDynamicDevice::IsAttached(devname))
return;
cDynamicDeviceProbe::QueueDynamicDeviceCommand(ddpcAttach, devname);
- const char *timeout = Device.GetPropertyValue("dynamite_timeout");
- if (timeout)
- cDynamicDeviceProbe::QueueDynamicDeviceCommand(ddpcService, *cString::sprintf("dynamite-SetGetTSTimeout-v0.1 %s %s", devname, timeout));
- const char *timeoutHandlerArg = Device.GetPropertyValue("dynamite_timeout_handler_arg");
- if (timeoutHandlerArg)
- cDynamicDeviceProbe::QueueDynamicDeviceCommand(ddpcService, *cString::sprintf("dynamite-SetGetTSTimeoutHandlerArg-v0.1 %s %s", devname, timeoutHandlerArg));
}
}