Francois Gouget : strmbase: The strmbase debug channel is unused in a couple of files so remove it.

Alexandre Julliard julliard at winehq.org
Fri May 4 12:01:20 CDT 2012


Module: wine
Branch: master
Commit: fcda2bd929831ccf244301178b4af435d3f8ea6c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fcda2bd929831ccf244301178b4af435d3f8ea6c

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri May  4 16:25:50 2012 +0200

strmbase: The strmbase debug channel is unused in a couple of files so remove it.

---

 dlls/strmbase/audio.c    |    2 --
 dlls/strmbase/dispatch.c |    3 ---
 2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/dlls/strmbase/audio.c b/dlls/strmbase/audio.c
index be99583..e167a79 100644
--- a/dlls/strmbase/audio.c
+++ b/dlls/strmbase/audio.c
@@ -24,11 +24,9 @@
 #include "dshow.h"
 #include "uuids.h"
 #include "vfwmsgs.h"
-#include "wine/debug.h"
 #include "wine/unicode.h"
 #include "wine/strmbase.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(strmbase);
 
 static inline BasicAudio *impl_from_IBasicAudio(IBasicAudio *iface)
 {
diff --git a/dlls/strmbase/dispatch.c b/dlls/strmbase/dispatch.c
index 59ac99d3..8f7aa05 100644
--- a/dlls/strmbase/dispatch.c
+++ b/dlls/strmbase/dispatch.c
@@ -21,15 +21,12 @@
 #define COBJMACROS
 
 #include "dshow.h"
-#include "wine/debug.h"
 #include "wine/unicode.h"
 #include "wine/strmbase.h"
 #include "uuids.h"
 #include "vfwmsgs.h"
 #include <assert.h>
 
-WINE_DEFAULT_DEBUG_CHANNEL(strmbase);
-
 HRESULT WINAPI BaseDispatch_Init(BaseDispatch *This, REFIID riid)
 {
     HRESULT hr = E_FAIL;




More information about the wine-cvs mailing list