-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Am 2015-10-13 um 14:56 schrieb Henri Verbeet:
On 8 October 2015 at 20:09, Stefan Dösinger stefan@codeweavers.com wrote:
index c995afb..1355a95 100644 --- a/dlls/d3d9/swapchain.c +++ b/dlls/d3d9/swapchain.c @@ -118,10 +118,6 @@ static HRESULT WINAPI DECLSPEC_HOTPATCH d3d9_swapchain_Present(IDirect3DSwapChai struct d3d9_device *device = impl_from_IDirect3DDevice9Ex(swapchain->parent_device); HRESULT hr;
- TRACE("iface %p, src_rect %s, dst_rect %s, dst_window_override %p, dirty_region %p, flags %#x.\n",
iface, wine_dbgstr_rect(src_rect), wine_dbgstr_rect(dst_rect),
dst_window_override, dirty_region, flags);
Why would you want to do that?
I think that slipped through while splitting a patch. I should have caught it while checking the patch before sending...