From 1211b2d56a335ab5ad61cee97f99e453339feac0 Mon Sep 17 00:00:00 2001 From: Eric Warmenhoven Date: Mon, 16 Sep 2024 16:15:19 -0400 Subject: [PATCH] Fix steam build (#17007) --- tasks/task_steam.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/task_steam.c b/tasks/task_steam.c index caa14f6bab..1c6f429fe3 100644 --- a/tasks/task_steam.c +++ b/tasks/task_steam.c @@ -120,7 +120,6 @@ void task_push_steam_core_dlc_install( task->handler = task_steam_core_dlc_install_handler; task->state = state; - task->mute = false; task->title = strdup(task_title); task->progress = 0; task->callback = NULL;