[D3DX9_33] We don't need these here as d3dx9_36 already has them.

svn path=/trunk/; revision=73366
This commit is contained in:
Amine Khaldi
2016-11-23 18:43:17 +00:00
parent 8eb8e09554
commit f445cac180
@@ -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;
}