dmsynth: Remove a now unused macro.

This commit is contained in:
Michael Stefaniuc 2015-07-06 00:34:58 +02:00 committed by Alexandre Julliard
parent f78ed39b98
commit 7b5f318834

View file

@ -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 }