mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
targets/d3dadapter9: remove an unused variable
Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
ab947d2dd8
commit
f900233928
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ drm_create_adapter( int fd,
|
|||
{
|
||||
struct d3dadapter9drm_context *ctx = CALLOC_STRUCT(d3dadapter9drm_context);
|
||||
HRESULT hr;
|
||||
int i, different_device;
|
||||
int different_device;
|
||||
const struct drm_conf_ret *throttle_ret = NULL;
|
||||
const struct drm_conf_ret *dmabuf_ret = NULL;
|
||||
driOptionCache defaultInitOptions;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue