Andrew Talbot : riched20: Remove unused Wine debug channel.

Alexandre Julliard julliard at winehq.org
Mon Dec 22 10:19:38 CST 2008


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

Author: Andrew Talbot <andrew.talbot at talbotville.com>
Date:   Sat Dec 20 15:15:30 2008 +0000

riched20: Remove unused Wine debug channel.

---

 dlls/riched20/table.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/riched20/table.c b/dlls/riched20/table.c
index 3581306..c9aadb0 100644
--- a/dlls/riched20/table.c
+++ b/dlls/riched20/table.c
@@ -54,8 +54,7 @@
 #include "editor.h"
 #include "rtf.h"
 
-WINE_DEFAULT_DEBUG_CHANNEL(richedit);
-WINE_DECLARE_DEBUG_CHANNEL(richedit_lists);
+WINE_DEFAULT_DEBUG_CHANNEL(richedit_lists);
 
 static ME_DisplayItem* ME_InsertEndParaFromCursor(ME_TextEditor *editor,
                                                   int nCursor,
@@ -176,7 +175,7 @@ void ME_CheckTablesForCorruption(ME_TextEditor *editor)
 {
   if(TRACE_ON(richedit_lists))
   {
-    TRACE_(richedit_lists)("---\n");
+    TRACE("---\n");
     ME_DumpDocument(editor->pBuffer);
   }
 #ifndef NDEBUG




More information about the wine-cvs mailing list