[MPlayer-cvslog] r25831 - trunk/loader/wine/debugtools.h

diego subversion at mplayerhq.hu
Wed Jan 23 12:11:32 CET 2008


Author: diego
Date: Wed Jan 23 12:11:32 2008
New Revision: 25831

Log:
Remove unused DPRINTF__ macro.


Modified:
   trunk/loader/wine/debugtools.h

Modified: trunk/loader/wine/debugtools.h
==============================================================================
--- trunk/loader/wine/debugtools.h	(original)
+++ trunk/loader/wine/debugtools.h	Wed Jan 23 12:11:32 2008
@@ -33,15 +33,6 @@ enum DEBUG_CLASS { DBCL_FIXME, DBCL_ERR,
 #define SET_DEBUGGING(dbcl,dbch,on) \
     ((on) ? ((dbch)[0] |= 1 << (dbcl)) : ((dbch)[0] &= ~(1 << (dbcl))))
 
-#ifndef __GNUC__
-#define __FUNCTION__ ""
-#endif
-
-// illegal identifier
-#define DPRINTF__(dbcl,dbch) \
-  (!GET_DEBUGGING(dbcl,(dbch)) || (dbg_header_##dbcl((dbch),__FUNCTION__),0)) ? \
-     (void)0 : (void)dbg_printf
-
 /* Exported definitions and macros */
 
 /* These function return a printable version of a string, including



More information about the MPlayer-cvslog mailing list