From 457cfd5ba126cd9962e6f76bb08999ed9d272f95 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:17:53 -0700 Subject: [PATCH] umu_run: remove unused var --- umu/umu_run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/umu/umu_run.py b/umu/umu_run.py index dc6ba4e6a..6b6fe2c59 100755 --- a/umu/umu_run.py +++ b/umu/umu_run.py @@ -703,7 +703,6 @@ def run_command(command: list[AnyPath]) -> int: d_secondary: display.Display | None = None # GAMESCOPECTRL_BASELAYER_APPID value on the primary's window gamescope_baselayer_sequence: list[int] | None = None - gamescope_displays: list[display.Display] = [] if not command: err: str = f"Command list is empty or None: {command}"