Skip to content
Snippets Groups Projects
Commit 29e9ee76 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

dxva2: remove unused variable


Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6bcacc0c
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,6 @@ struct vlc_va_sys_t
D3DADAPTER_IDENTIFIER9 d3dai;
/* Device manager */
UINT token;
IDirect3DDeviceManager9 *devmng;
HANDLE device;
......@@ -521,7 +520,6 @@ static int D3dCreateDeviceManager(vlc_va_t *va)
msg_Err(va, " OurDirect3DCreateDeviceManager9 failed");
return VLC_EGENERIC;
}
sys->token = token;
sys->devmng = devmng;
msg_Info(va, "obtained IDirect3DDeviceManager9");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment