diff --git a/daemon/gamemode.c b/daemon/gamemode.c index db947cb..6b977f8 100644 --- a/daemon/gamemode.c +++ b/daemon/gamemode.c @@ -71,9 +71,6 @@ struct GameModeContext { struct GameModeGPUInfo *stored_gpu; /**initial_renice = game_mode_get_renice(client); game_mode_apply_renice(self, client, 0 /* expect zero value to start with */); /* Store current ioprio value and apply */ - self->initial_ioprio = game_mode_get_ioprio(client); game_mode_apply_ioprio(self, client, IOPRIO_DEFAULT); /* Apply scheduler policies */