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 5c9af6b..4f3c84f 100644 --- a/dxr3outputthread.c +++ b/dxr3outputthread.c @@ -64,9 +64,7 @@ bool cDxr3OutputThread::GetStopSignal() cDxr3AudioOutThread::cDxr3AudioOutThread(cDxr3Interface& dxr3Device, cDxr3SyncBuffer& buffer) : cDxr3OutputThread(dxr3Device, buffer) { -#if VDRVERSNUM >= 10300 SetDescription("DXR3 audio output"); -#endif } // ================================== @@ -149,9 +147,7 @@ void cDxr3AudioOutThread::Action() cDxr3VideoOutThread::cDxr3VideoOutThread(cDxr3Interface& dxr3Device, cDxr3SyncBuffer& buffer) : cDxr3OutputThread(dxr3Device, buffer) { -#if VDRVERSNUM >= 10300 SetDescription("DXR3 video output"); -#endif } // ================================== |