From 590ea0325555f4f8a3abc350f26dd47dacf78eb0 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 11 Jun 2025 23:52:20 +0200 Subject: [PATCH] vkd3d-shader/fx: Remove the unused fx_4_fxlc_argument type. Signed-off-by: Nikolay Sivov --- libs/vkd3d-shader/fx.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libs/vkd3d-shader/fx.c b/libs/vkd3d-shader/fx.c index f7b2e3d7d..ae04ad58f 100644 --- a/libs/vkd3d-shader/fx.c +++ b/libs/vkd3d-shader/fx.c @@ -4790,13 +4790,6 @@ static const char *get_fxlc_opcode_name(uint32_t opcode) return ""; } -struct fx_4_fxlc_argument -{ - uint32_t flags; - uint32_t reg_type; - uint32_t address; -}; - struct fx_4_ctab_entry { uint32_t name;