PATCH: winhelp/hlp2sgml.c

Gerald Pfeifer gerald at pfeifer.com
Tue Oct 14 05:58:12 CDT 2003


ChangeLog:
Remove unused variable debug_channels.

Index: hlp2sgml.c
===================================================================
RCS file: /home/wine/wine/programs/winhelp/hlp2sgml.c,v
retrieving revision 1.9
diff -u -3 -p -r1.9 hlp2sgml.c
--- hlp2sgml.c	16 Dec 2002 22:11:11 -0000	1.9
+++ hlp2sgml.c	14 Oct 2003 10:56:16 -0000
@@ -318,11 +318,6 @@ BOOL WINAPI HeapFree( HGLOBAL handle, DW

 char __wine_dbch_winhelp[] = "\003winhelp";

-static char * const debug_channels[1] =
-{
-    __wine_dbch_winhelp
-};
-
 int wine_dbg_log( int cls, const char *channel, const char *func, const char *format, ... )
 {
     return 1;



More information about the wine-patches mailing list