dmsynth: Remove a now unused macro.

Michael Stefaniuc mstefani at redhat.de
Sun Jul 5 17:34:58 CDT 2015


---
 dlls/dmsynth/dmsynth_private.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dlls/dmsynth/dmsynth_private.h b/dlls/dmsynth/dmsynth_private.h
index 3635aed..f056581 100644
--- a/dlls/dmsynth/dmsynth_private.h
+++ b/dlls/dmsynth/dmsynth_private.h
@@ -104,12 +104,6 @@ typedef struct {
 } guid_info;
 
 /* used for initialising structs (primarily for DMUS_OBJECTDESC) */
-#define DM_STRUCT_INIT(x) 				\
-	do {								\
-		memset((x), 0, sizeof(*(x)));	\
-		(x)->dwSize = sizeof(*x);		\
-	} while (0)
-
 #define FE(x) { x, #x }	
 #define GE(x) { &x, #x }
 
-- 
2.1.0



More information about the wine-patches mailing list