mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Forgot to remove that test line
svn path=/trunk/; revision=18869
This commit is contained in:
parent
8e68e084ee
commit
ddb12e0a7e
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
||||||
|
|
||||||
HRESULT WINAPI Main_DDrawSurface_Initialize (LPDIRECTDRAWSURFACE7 iface, LPDIRECTDRAW pDD, LPDDSURFACEDESC2 pDDSD)
|
HRESULT WINAPI Main_DDrawSurface_Initialize (LPDIRECTDRAWSURFACE7 iface, LPDIRECTDRAW pDD, LPDDSURFACEDESC2 pDDSD)
|
||||||
{
|
{
|
||||||
DX_STUB;
|
|
||||||
IDirectDrawSurfaceImpl* This = (IDirectDrawSurfaceImpl*)iface;
|
IDirectDrawSurfaceImpl* This = (IDirectDrawSurfaceImpl*)iface;
|
||||||
|
|
||||||
if (This->owner)
|
if (This->owner)
|
||||||
|
|
Loading…
Reference in a new issue