From 6b4294daf0350aac512180620e8d1cc220ecc893 Mon Sep 17 00:00:00 2001 From: "Thomas H.P. Andersen" Date: Sat, 31 Jul 2021 15:07:59 +0200 Subject: [PATCH] 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: --- src/gallium/frontends/nine/adapter9.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/frontends/nine/adapter9.c b/src/gallium/frontends/nine/adapter9.c index 32f1746a97d..2b7eb87380c 100644 --- a/src/gallium/frontends/nine/adapter9.c +++ b/src/gallium/frontends/nine/adapter9.c @@ -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 |