include: Remove unused wine_dbgstr_size().

Michael Stefaniuc mstefani at redhat.de
Wed Apr 20 03:39:18 CDT 2016


Signed-off-by: Michael Stefaniuc <mstefani at redhat.de>
---
To reject or not to reject, that's the question



 include/wine/debug.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/include/wine/debug.h b/include/wine/debug.h
index af5483c..5409d70 100644
--- a/include/wine/debug.h
+++ b/include/wine/debug.h
@@ -199,12 +199,6 @@ static inline const char *wine_dbgstr_point( const POINT *pt )
     return wine_dbg_sprintf( "(%d,%d)", pt->x, pt->y );
 }
 
-static inline const char *wine_dbgstr_size( const SIZE *size )
-{
-    if (!size) return "(null)";
-    return wine_dbg_sprintf( "(%d,%d)", size->cx, size->cy );
-}
-
 static inline const char *wine_dbgstr_rect( const RECT *rect )
 {
     if (!rect) return "(null)";
-- 
2.4.11



More information about the wine-patches mailing list