d3d9: Remove D3D9GetSWInfo.

oldstable
Stefan Dösinger 2008-02-23 22:58:00 +01:00 committed by Alexandre Julliard
parent 086dd8178f
commit b0269c9486
2 changed files with 0 additions and 7 deletions

View File

@ -12,5 +12,3 @@
@ stdcall DebugSetMute()
@ stdcall Direct3DCreate9(long)
@ stdcall Direct3DCreate9Ex(long ptr)
@ stdcall D3D9GetSWInfo()

View File

@ -38,11 +38,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(d3d9);
static int D3DPERF_event_level = 0;
HRESULT WINAPI D3D9GetSWInfo(void) {
FIXME("(void): stub\n");
return 0;
}
void WINAPI DebugSetMute(void) {
/* nothing to do */
}