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}"