gamma yuva hist fix, theme change without exit
[goodguy/history.git] / cinelerra-5.0 / cinelerra / splashgui.C
index eeb3f32e2ddbb5200ab0c268884fd014f96c8e6d..7441e3dec4b1ca71791229dbe57619e3684d3ec9 100644 (file)
@@ -57,15 +57,9 @@ void SplashGUI::create_objects()
        draw_vframe(bg, 0, 0);
        flash();
        show_window();
-
-       add_subwindow(progress = new BC_ProgressBar(5, 
-               get_h() - get_resources()->progress_images[0]->get_h() - 5,
-               get_w() - 10,
-               0,
-               0));
        add_subwindow(operation = 
                new BC_Title(5, 
-                       progress->get_y() - get_text_height(MEDIUMFONT) - 5,
+                       get_h() - get_text_height(MEDIUMFONT) - 5,
                        _("Loading...")));
 }