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 <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41843>
This commit is contained in:
Samuel Pitoiset 2026-05-28 09:44:55 +02:00
parent e84e9dc582
commit 9237656171

View file

@ -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
*/