Skip to content
Snippets Groups Projects
Commit 0b98a867 authored by Landry Breuil's avatar Landry Breuil
Browse files

Remove g_thread_init() calls, unneeded those days

parent b0affb2c
No related branches found
No related tags found
No related merge requests found
...@@ -343,8 +343,6 @@ screenshooter_plugin_construct (XfcePanelPlugin *plugin) ...@@ -343,8 +343,6 @@ screenshooter_plugin_construct (XfcePanelPlugin *plugin)
ScreenshotData *sd = g_new0 (ScreenshotData, 1); ScreenshotData *sd = g_new0 (ScreenshotData, 1);
GFile *default_save_dir; GFile *default_save_dir;
g_thread_init (NULL);
pd->sd = sd; pd->sd = sd;
pd->plugin = plugin; pd->plugin = plugin;
......
...@@ -269,9 +269,6 @@ int main (int argc, char **argv) ...@@ -269,9 +269,6 @@ int main (int argc, char **argv)
if (mouse && !(fullscreen || window || region)) if (mouse && !(fullscreen || window || region))
g_printerr (ignore_error, "mouse"); g_printerr (ignore_error, "mouse");
if (!g_thread_supported ())
g_thread_init (NULL);
/* Just print the version if we are in version mode */ /* Just print the version if we are in version mode */
if (version) if (version)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment