dmusic: Dump port params only once.

oldstable
Christian Costa 2012-11-01 17:30:49 +01:00 committed by Alexandre Julliard
parent ec26342c88
commit db390b774b
1 changed files with 0 additions and 3 deletions

View File

@ -129,9 +129,6 @@ static HRESULT WINAPI IDirectMusic8Impl_CreatePort(LPDIRECTMUSIC8 iface, REFCLSI
TRACE("(%p)->(%s, %p, %p, %p)\n", This, debugstr_dmguid(rclsid_port), port_params, port, unkouter);
if (TRACE_ON(dmusic))
dump_DMUS_PORTPARAMS(port_params);
if (!rclsid_port)
return E_POINTER;
if (!port_params)