Fix #7238 - remove clutter and change layout of interface
[roobuilder] / src / Main.vala
index 442e2c8..d689849 100644 (file)
@@ -14,7 +14,7 @@ int main (string[] args) {
        var app =  BuilderApplication.singleton(  args);
          
     Gtk.init (ref args);
-       GtkClutter.init (ref args);
+
        
        
        // not sure why this was done?? - it caused crash bugs on gtk_Box_gadget so removed critical.