Skip to content

Commit

Permalink
Remove debugging statement leftover from headless merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Apr 20, 2020
1 parent 10e0b83 commit 799c10d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/archutils/Unix/X11Helper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ X11Helper::OpenXConnection()
{
DEBUG_ASSERT(Dpy == NULL && Win == None);

std::raise(SIGINT);

int res = XInitThreads();
if (res == 0)
return false;
Expand Down

0 comments on commit 799c10d

Please sign in to comment.