Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2015-08-03 20:41:27 +0300
committerAlex Marsev <alex.marsev@gmail.com>2015-08-03 20:41:27 +0300
commit4aa2f2fb2ea98b3197c621a965cf91bd9b93cae0 (patch)
treef3d81d440d7e973a6fffb87823b776a81d91ec54 /src
parent4411ac39987ae895cd4b1816386f13b8b442de00 (diff)
Don't expose ISpecifyPropertyPages in MyFilter
Diffstat (limited to 'src')
-rw-r--r--src/MyFilter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/MyFilter.cpp b/src/MyFilter.cpp
index a15041a..557545b 100644
--- a/src/MyFilter.cpp
+++ b/src/MyFilter.cpp
@@ -69,9 +69,6 @@ namespace SaneAudioRenderer
if (riid == __uuidof(ISpecifyPropertyPages2))
return GetInterface(static_cast<ISpecifyPropertyPages2*>(this), ppv);
- if (riid == IID_ISpecifyPropertyPages)
- return GetInterface(static_cast<ISpecifyPropertyPages*>(this), ppv);
-
return CBaseFilter::NonDelegatingQueryInterface(riid, ppv);
}