aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/frontend.cpp')
-rw-r--r--lib/dvb/frontend.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp
index 5eb61077..690824db 100644
--- a/lib/dvb/frontend.cpp
+++ b/lib/dvb/frontend.cpp
@@ -361,11 +361,7 @@ RESULT eDVBFrontend::tune(const iDVBFrontendParameters &where)
if (m_type == -1)
return -ENODEV;
-#if HAVE_DVB_API_VERSION < 3
- FrontendParameters parm;
-#else
- dvb_frontend_parameters parm;
-#endif
+ FRONTENDPARAMETERS parm;
feEvent(-1);