nine: remove dead code

This line gets the cap but does not store it. The line has existed
unchanged since the original import in fdd96578.

Fixes a compile warning

Acked-by: Axel Davy davyaxel0@gmail.com
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12155>
This commit is contained in:
Thomas H.P. Andersen 2021-07-31 15:07:59 +02:00 committed by Marge Bot
parent 32ec0fffa6
commit 6b4294daf0

View file

@ -828,7 +828,6 @@ NineAdapter9_GetDeviceCaps( struct NineAdapter9 *This,
D3DTEXOPCAPS_LERP;
pCaps->MaxTextureBlendStages = 8; /* XXX wine */
(DWORD)screen->get_param(screen, PIPE_CAP_BLEND_EQUATION_SEPARATE);
pCaps->MaxSimultaneousTextures = 8;
pCaps->VertexProcessingCaps = D3DVTXPCAPS_TEXGEN |