Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Thu, 25 Apr 2024 20:38:08 UTC Commit: 3edea3f891cdbe241d63d2b4b37ef4c5eea035c4 https://github.com/geany/geany-plugins/commit/3edea3f891cdbe241d63d2b4b37ef4...
Log Message: ----------- webhelper: Remove use of deprecated g_thread_init()
Modified Paths: -------------- webhelper/src/gwh-plugin.c
Modified: webhelper/src/gwh-plugin.c 5 lines changed, 0 insertions(+), 5 deletions(-) =================================================================== @@ -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 ();
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).