diff options
Diffstat (limited to 'plugins/smartcard')
-rw-r--r-- | plugins/smartcard/msd-smartcard-manager.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/smartcard/msd-smartcard-manager.c b/plugins/smartcard/msd-smartcard-manager.c index 503123a..d22bbe3 100644 --- a/plugins/smartcard/msd-smartcard-manager.c +++ b/plugins/smartcard/msd-smartcard-manager.c @@ -340,11 +340,6 @@ msd_smartcard_manager_init (MsdSmartcardManager *manager) g_str_equal, (GDestroyNotify) g_free, (GDestroyNotify) g_object_unref); - - if (!g_thread_supported ()) { - g_thread_init (NULL); - } - } static void @@ -1335,8 +1330,6 @@ main (int argc, g_log_set_always_fatal (G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING); - g_type_init (); - g_message ("creating instance of 'smartcard manager' object..."); manager = msd_smartcard_manager_new (NULL); g_message ("'smartcard manager' object created successfully"); |