Module: wine Branch: master Commit: 97e7affe32b9c25e43d86775ee70703031ab21cc URL: http://source.winehq.org/git/wine.git/?a=commit;h=97e7affe32b9c25e43d86775ee...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Nov 5 18:54:24 2015 +0900
x3daudio1_7: Remove unused debug channel.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/x3daudio1_7/main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dlls/x3daudio1_7/main.c b/dlls/x3daudio1_7/main.c index 7f64112..5d1a5a5 100644 --- a/dlls/x3daudio1_7/main.c +++ b/dlls/x3daudio1_7/main.c @@ -15,6 +15,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ + #include "config.h" #include <stdarg.h>
@@ -22,10 +23,6 @@ #include "winbase.h" #include "x3daudio.h"
-#include "wine/debug.h" - -WINE_DEFAULT_DEBUG_CHANNEL(x3daudio); - BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) { switch (reason)