- Revert 49927 "Update to trunk" as it breaks KsStudio (again)
[reactos.git] / dll / win32 / atl / atl_ax.c
index 1293cb8..d9d60a5 100644 (file)
@@ -1053,9 +1053,6 @@ HRESULT WINAPI AtlAxAttachControl(IUnknown* pControl, HWND hWnd, IUnknown** ppUn
         *ppUnkContainer = (IUnknown*) pUnkContainer;
     }
 
-    if(!hWnd)
-        return S_FALSE;
-
     return hr;
 }