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

wined3d: Get rid of an unintentional variable.

parent ea34d7aa
......@@ -1274,7 +1274,7 @@ struct wined3d_pixel_format
BOOL doubleBuffer;
int auxBuffers;
int numSamples;
} wined3d_pixel_format;
};
/* The driver names reflect the lowest GPU supported
* by a certain driver, so DRIVER_AMD_R300 supports
......
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