Skip to content

Commit

Permalink
umu_run: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Aug 13, 2024
1 parent dc49d60 commit 457cfd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 457cfd5

Please sign in to comment.