diff options
Diffstat (limited to 'dxr3outputthread.c')
-rw-r--r-- | dxr3outputthread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dxr3outputthread.c b/dxr3outputthread.c index 34fc79c..2a6fc3b 100644 --- a/dxr3outputthread.c +++ b/dxr3outputthread.c @@ -70,9 +70,7 @@ cDxr3AudioOutThread::cDxr3AudioOutThread(cDxr3Interface& dxr3Device, cDxr3SyncBuffer& buffer) : cDxr3OutputThread(dxr3Device, buffer) { -#if VDRVERSNUM >= 10300 SetDescription("DXR3 audio output"); -#endif } //! destructor @@ -165,9 +163,7 @@ cDxr3VideoOutThread::cDxr3VideoOutThread(cDxr3Interface& dxr3Device, cDxr3SyncBuffer& buffer) : cDxr3OutputThread(dxr3Device, buffer) { -#if VDRVERSNUM >= 10300 SetDescription("DXR3 video output"); -#endif } //! destructor |