Michael Stefaniuc : dmsynth: Remove a now unused macro.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Jul 6 06:37:36 CDT 2015


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Mon Jul  6 00:34:58 2015 +0200

dmsynth: Remove a now unused macro.

---

 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 }
 




More information about the wine-cvs mailing list