wined3d: Get rid of an unintentional variable.
This commit is contained in:
parent
ea34d7aaba
commit
b396886e5d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue