Skip to content

Commit

Permalink
steamcompmgr: Remove unnecessary abort function
Browse files Browse the repository at this point in the history
  • Loading branch information
matte-schwartz authored and misyltoad committed May 18, 2024
1 parent 6f185c7 commit 12c4729
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/steamcompmgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5840,7 +5840,6 @@ steamcompmgr_exit(void)
static int
handle_io_error(Display *dpy)
{
abort();
xwm_log.errorf("X11 I/O error");
steamcompmgr_exit();
}
Expand Down

0 comments on commit 12c4729

Please sign in to comment.