Skip to content

Commit

Permalink
Remove use of deprecated Glib thread functions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Mar 27, 2021
1 parent 0a26b5a commit 75d5423
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/gtkmm/src/GUI.cc
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,6 @@ GUI::main()
XInitThreads();
#endif

if (!Glib::thread_supported())
{
Glib::thread_init();
}

#ifdef HAVE_GTK3
app = Gtk::Application::create(argc, argv, "org.workrave.WorkraveApplication");
app->hold();
Expand Down

0 comments on commit 75d5423

Please sign in to comment.