X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fdirectx%2Fwine%2Fd3dx9_33%2Fd3dx9_33_main.c;h=3387655ce3885e6f0736e0dc754e3a7419295adc;hp=ad98661e3cbf2638b0131301bf0d42daac94d0a9;hb=f445cac18071d983d1b95895ce7e08cfda1b7115;hpb=8eb8e09554eda425517e569e208be66dfcda8e0f diff --git a/reactos/dll/directx/wine/d3dx9_33/d3dx9_33_main.c b/reactos/dll/directx/wine/d3dx9_33/d3dx9_33_main.c index ad98661e3cb..3387655ce38 100644 --- a/reactos/dll/directx/wine/d3dx9_33/d3dx9_33_main.c +++ b/reactos/dll/directx/wine/d3dx9_33/d3dx9_33_main.c @@ -63,21 +63,3 @@ BOOL WINAPI D3DXCheckVersion(UINT d3dsdkvers, UINT d3dxsdkvers) else return FALSE; } - -/*********************************************************************** - * D3DXDebugMute - * Returns always FALSE for us. - */ -BOOL WINAPI D3DXDebugMute(BOOL mute) -{ - return FALSE; -} - -/*********************************************************************** - * D3DXGetDriverLevel. - * Returns always 900 (DX 9) for us - */ -UINT WINAPI D3DXGetDriverLevel(struct IDirect3DDevice9 *device) -{ - return 900; -}