Commit ad0ef46a authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Get rid of the redundant "return_value" variable.

parent a4ed46d3
......@@ -468,7 +468,6 @@ static BOOL IWineD3DImpl_FillGLCaps(WineD3D_GL_Info *gl_info) {
GLint gl_max;
GLfloat gl_floatv[2];
int major = 1, minor = 0;
BOOL return_value = TRUE;
unsigned i;
HDC hdc;
unsigned int vidmem=0;
......@@ -1548,7 +1547,7 @@ static BOOL IWineD3DImpl_FillGLCaps(WineD3D_GL_Info *gl_info) {
}
LEAVE_GL();
return return_value;
return TRUE;
}
/**********************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment