Skip to content

Commit 75d5423

Browse files
committed
Remove use of deprecated Glib thread functions
1 parent 0a26b5a commit 75d5423

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

frontend/gtkmm/src/GUI.cc

-5
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,6 @@ GUI::main()
198198
XInitThreads();
199199
#endif
200200

201-
if (!Glib::thread_supported())
202-
{
203-
Glib::thread_init();
204-
}
205-
206201
#ifdef HAVE_GTK3
207202
app = Gtk::Application::create(argc, argv, "org.workrave.WorkraveApplication");
208203
app->hold();

0 commit comments

Comments
 (0)