diff --git a/dlls/dsound/capture.c b/dlls/dsound/capture.c index 3617d6bafd2..948cbab6237 100644 --- a/dlls/dsound/capture.c +++ b/dlls/dsound/capture.c @@ -930,8 +930,7 @@ IDirectSoundCaptureBufferImpl_QueryInterface( *ppobj = NULL; - if ( IsEqualGUID( &IID_IDirectSoundNotify, riid ) || - IsEqualGUID( &IID_IDirectSoundNotify8, riid ) ) { + if ( IsEqualGUID( &IID_IDirectSoundNotify, riid ) ) { if (!This->notify) hres = IDirectSoundCaptureNotifyImpl_Create(This, &This->notify); if (This->notify) {