Michael Stefaniuc : dsound: Get rid of an unused macro.

Alexandre Julliard julliard at winehq.org
Fri Sep 14 10:54:21 CDT 2012


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

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Fri Sep 14 12:11:52 2012 +0200

dsound: Get rid of an unused macro.

---

 dlls/dsound/propset.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/dsound/propset.c b/dlls/dsound/propset.c
index d14a388..6c0b9f4 100644
--- a/dlls/dsound/propset.c
+++ b/dlls/dsound/propset.c
@@ -41,12 +41,6 @@
 #include "propkey.h"
 #include "devpkey.h"
 
-#ifdef NONAMELESSSTRUCT
-# define S(x) (x).s
-#else
-# define S(x) (x)
-#endif
-
 WINE_DEFAULT_DEBUG_CHANNEL(dsound);
 
 static WCHAR wInterface[] = { 'I','n','t','e','r','f','a','c','e',0 };




More information about the wine-cvs mailing list