Module: wine Branch: master Commit: 96d7c6e2ea00056c830554b4617d4b3c0d3ef6aa URL: http://source.winehq.org/git/wine.git/?a=commit;h=96d7c6e2ea00056c830554b461... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Thu Dec 18 20:19:58 2008 +0000 ole32: Remove unused Wine debug channel. --- dlls/ole32/oleproxy.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/dlls/ole32/oleproxy.c b/dlls/ole32/oleproxy.c index dfc3bc1..11a3ad1 100644 --- a/dlls/ole32/oleproxy.c +++ b/dlls/ole32/oleproxy.c @@ -41,10 +41,6 @@ #include "moniker.h" #include "comcat.h" -#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(ole); - /*********************************************************************** * DllGetClassObject [OLE32.@] */