From 923765617124cccd062c6c55156c1c73c2f7de98 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Thu, 28 May 2026 09:44:55 +0200 Subject: [PATCH] util: remove declared but unused DRIC_CONF_VK_REQUIRE_ASTC Only used by RADV and ANV and options are auto-generated. Signed-off-by: Samuel Pitoiset Part-of: --- src/util/driconf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/util/driconf.h b/src/util/driconf.h index b114915175f..b7895a599d2 100644 --- a/src/util/driconf.h +++ b/src/util/driconf.h @@ -380,10 +380,6 @@ #define DRI_CONF_INTEL_DISABLE_THREADED_CONTEXT(def) \ DRI_CONF_OPT_B(intel_disable_threaded_context, def, "Disable threaded context") -#define DRI_CONF_VK_REQUIRE_ASTC(def) \ - DRI_CONF_OPT_B(vk_require_astc, def, \ - "Implement emulated ASTC on HW that does not support it") - /** * \brief Image quality-related options */