Skip to content

Commit

Permalink
webhelper: Remove use of deprecated g_thread_init()
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Apr 25, 2024
1 parent 9f420e0 commit 3edea3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions webhelper/src/gwh-plugin.c
Expand Up @@ -424,11 +424,6 @@ plugin_init (GeanyData *data)
* (g_quark_from_static_string() for example) so it's not safe to remove it */
plugin_module_make_resident (geany_plugin);

/* webkit uses threads but don't initialize the thread system */
if (! g_thread_supported ()) {
g_thread_init (NULL);
}

load_config ();
gwh_keybindings_init ();

Expand Down

0 comments on commit 3edea3f

Please sign in to comment.