[2/2]dplayx: Enclose DPLAYX_{CopyIntoSessionDesc2A, SetLocalSession}() in #if 0 since the only place thatuses them is itself in an #if 0.

Francois Gouget fgouget at free.fr
Thu May 14 18:56:04 CDT 2009


---

I guess they could be another target for the bit bucket.

 dlls/dplayx/dplayx_global.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dplayx/dplayx_global.c b/dlls/dplayx/dplayx_global.c
index 9035902..4d6edec 100644
--- a/dlls/dplayx/dplayx_global.c
+++ b/dlls/dplayx/dplayx_global.c
@@ -996,7 +996,7 @@ HRESULT DPLAYX_SetConnectionSettingsW
 }
 
 
-
+#if 0
 /* Copy an ANSI session desc structure to the given buffer */
 static BOOL DPLAYX_CopyIntoSessionDesc2A( LPDPSESSIONDESC2  lpSessionDest,
                                    LPCDPSESSIONDESC2 lpSessionSrc )
@@ -1035,8 +1035,8 @@ void DPLAYX_SetLocalSession( LPCDPSESSIONDESC2 lpsd )
       break;
     }
   }
-
 }
+#endif
 
 BOOL DPLAYX_WaitForConnectionSettings( BOOL bWait )
 {
-- 
1.6.2.1



More information about the wine-patches mailing list