From c28ad36c4c71614e3dbfbd371ba18f4506c2068c Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Sun, 25 Dec 2022 20:46:14 -0500 Subject: [PATCH] This is superfluous. --- src/x11.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/x11.cc b/src/x11.cc index 9a486340..6e898a74 100644 --- a/src/x11.cc +++ b/src/x11.cc @@ -245,7 +245,6 @@ static void init_x11() { #else /* BUILD_WAYLAND */ throw std::runtime_error(err); #endif /* BUILD_WAYLAND */ - throw std::runtime_error(err); } }