Disable threading - turn update thread into async method
[cinaest] / src / main.vala
index a61c122..f580ccf 100644 (file)
@@ -72,7 +72,6 @@ public class CinaestProgram : Hildon.Program {
 
        static int main (string[] args) {
                Gtk.init (ref args);
-               Gdk.threads_init ();
 
                Intl.setlocale (LocaleCategory.ALL, "");
                Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.LOCALEDIR);