Fix steam build (#17007)

This commit is contained in:
Eric Warmenhoven 2024-09-16 16:15:19 -04:00 committed by GitHub
parent bbfe078515
commit 1211b2d56a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;