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
diff options
context:
space:
mode:
Diffstat (limited to 'src/Factory.h')
-rw-r--r--src/Factory.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Factory.h b/src/Factory.h
index d12cc5d..178620b 100644
--- a/src/Factory.h
+++ b/src/Factory.h
@@ -16,9 +16,6 @@ namespace SaneAudioRenderer
static HRESULT CreateSettings(ISettings** ppOut);
static HRESULT CreateSettingsAggregated(IUnknown* pOwner, IUnknown** ppOut);
- static HRESULT CreateNotificationClient(__in ISettings* pSettings, __out IMMNotificationClient** ppOut);
- static HRESULT CreateNotificationClientAggregated(__in ISettings* pSettings, __out IUnknown** ppOut);
-
static HRESULT CreateFilter(ISettings* pSettings, IBaseFilter** ppOut);
static HRESULT CreateFilterAggregated(IUnknown* pOwner, const GUID& guid,
ISettings* pSettings, IUnknown** ppOut);