mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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:
parent
32ec0fffa6
commit
6b4294daf0
1 changed files with 0 additions and 1 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue