Remove loud log

This commit is contained in:
Glenn Maynard
2003-09-03 03:55:39 +00:00
parent 8e4dd81b8a
commit 28971334d1
+1 -2
View File
@@ -630,8 +630,7 @@ bool RageDisplay_D3D::SupportsTextureFormat( PixelFormat pixfmt )
0, 0,
D3DRTYPE_TEXTURE, D3DRTYPE_TEXTURE,
d3dfmt); d3dfmt);
if(FAILED(hr))
LOG->Trace("format %i not supported", pixfmt);
return SUCCEEDED( hr ); return SUCCEEDED( hr );
} }