Michael Stefaniuc : dmsynth: Remove a now unused macro.
Module: wine Branch: master Commit: 7b5f3188345dce26c746420da216e1c224509eed URL: http://source.winehq.org/git/wine.git/?a=commit;h=7b5f3188345dce26c746420da2... Author: Michael Stefaniuc <mstefani(a)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 }
participants (1)
-
Alexandre Julliard