From 1367e007501e5fa24a4863773480aaafc8fa09a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20D=C3=B6singer?= Date: Fri, 2 Nov 2007 21:31:09 +0100 Subject: [PATCH] wined3d: Remove a wrong return. --- dlls/wined3d/surface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c index f970a74fcec..68430903b91 100644 --- a/dlls/wined3d/surface.c +++ b/dlls/wined3d/surface.c @@ -3642,7 +3642,6 @@ static HRESULT WINAPI IWineD3DSurfaceImpl_LoadLocation(IWineD3DSurface *iface, D LEAVE_GL(); TRACE("Updated target %d\n", This->glDescription.target); - return WINED3D_OK; } else { /* The only place where LoadTexture() might get called when isInDraw=1 * is ActivateContext where lastActiveRenderTarget is preloaded.