Krzysztof Bogacki : win32u: Remove unused variable from add_vulkan_only_gpus.
Module: wine Branch: master Commit: 2a9db2a10c80df808d46735c8a4e7b8554bfb953 URL: https://gitlab.winehq.org/wine/wine/-/commit/2a9db2a10c80df808d46735c8a4e7b8... Author: Krzysztof Bogacki <krzysztof.bogacki(a)leancode.pl> Date: Mon May 27 23:54:55 2024 +0200 win32u: Remove unused variable from add_vulkan_only_gpus. Signed-off-by: Krzysztof Bogacki <krzysztof.bogacki(a)leancode.pl> --- dlls/win32u/sysparams.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/win32u/sysparams.c b/dlls/win32u/sysparams.c index 3a22d8c73db..26ed8b1d1ac 100644 --- a/dlls/win32u/sysparams.c +++ b/dlls/win32u/sysparams.c @@ -1996,7 +1996,6 @@ static UINT update_display_devices( struct device_manager_ctx *ctx ) static void add_vulkan_only_gpus( struct device_manager_ctx *ctx ) { - struct list gpus = LIST_INIT(gpus); struct vulkan_gpu *gpu, *next; LIST_FOR_EACH_ENTRY_SAFE( gpu, next, &ctx->vulkan_gpus, struct vulkan_gpu, entry )
participants (1)
-
Alexandre Julliard