From d0a9c8ab300787bd68ffe66a4a5be3fdce002dda Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 4 Aug 2011 01:03:58 -0700 Subject: [PATCH] Remove commented out code --- primary.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/primary.c b/primary.c index f0a4b087ddc..3772d0e2b43 100644 --- a/primary.c +++ b/primary.c @@ -1098,7 +1098,6 @@ static ULONG WINAPI DS8Primary3D_Release(IDirectSound3DListener *iface) static HRESULT WINAPI DS8Primary3D_GetAllParameters(IDirectSound3DListener *iface, DS3DLISTENER *listener) { DS8Primary *This = impl_from_IDirectSound3DListener(iface); -// HRESULT hr; TRACE("(%p)->(%p)\n", iface, listener); @@ -1119,7 +1118,6 @@ static HRESULT WINAPI DS8Primary3D_GetAllParameters(IDirectSound3DListener *ifac popALContext(); LeaveCriticalSection(&This->crst); -// return hr; return DS_OK; } -- 2.11.4.GIT