From 12c47296e68cb58d16b398fb29c6dc554a4f850a Mon Sep 17 00:00:00 2001 From: Matthew Schwartz Date: Sat, 18 May 2024 08:58:08 -0700 Subject: [PATCH] steamcompmgr: Remove unnecessary abort function --- src/steamcompmgr.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index c66ec83333..4c82392371 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -5840,7 +5840,6 @@ steamcompmgr_exit(void) static int handle_io_error(Display *dpy) { - abort(); xwm_log.errorf("X11 I/O error"); steamcompmgr_exit(); }