winedd3d: Get rid of a useless trace.

gl_card isn't initialized yet here, and GL_RENDERER is already printed
earlier.
This commit is contained in:
Henri Verbeet 2009-07-06 10:08:39 +02:00 committed by Alexandre Julliard
parent ad0ef46a39
commit 966f8f452d
1 changed files with 0 additions and 2 deletions

View File

@ -674,8 +674,6 @@ static BOOL IWineD3DImpl_FillGLCaps(WineD3D_GL_Info *gl_info) {
/* Current Windows drivers have versions like 6.14.... (some older have an earlier version). */
gl_info->driver_version_hipart = MAKEDWORD_VERSION(6, 14);
TRACE_(d3d_caps)("found GL_RENDERER (%s)->(0x%04x)\n", debugstr_a(gl_info->gl_renderer), gl_info->gl_card);
/*
* Initialize openGL extension related variables
* with Default values