From 532eb40404b65650efc9a9524ed58d59c747d93e Mon Sep 17 00:00:00 2001 From: David Rosca Date: Tue, 5 Aug 2025 16:18:34 +0200 Subject: [PATCH] radv/video: Remove unused enum Reviewed-by: Dave Airlie Part-of: --- src/amd/vulkan/radv_video.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/amd/vulkan/radv_video.c b/src/amd/vulkan/radv_video.c index b517e4bf210..941a4c563d4 100644 --- a/src/amd/vulkan/radv_video.c +++ b/src/amd/vulkan/radv_video.c @@ -1966,13 +1966,6 @@ get_vp9_msg(struct radv_device *device, struct radv_video_session *vid, struct r return result; } -enum { - AV1_RESTORE_NONE = 0, - AV1_RESTORE_WIENER = 1, - AV1_RESTORE_SGRPROJ = 2, - AV1_RESTORE_SWITCHABLE = 3, -}; - #define AV1_SUPERRES_NUM 8 #define AV1_SUPERRES_DENOM_MIN 9