Remove unneeded member call.
authorCarlos Lopez <carlos@pcnuevo.(none)>
Mon, 22 Jun 2009 19:02:42 +0000 (21:02 +0200)
committerCarlos Lopez <carlos@pcnuevo.(none)>
Mon, 13 Jul 2009 18:07:37 +0000 (20:07 +0200)
synfig-studio/trunk/src/gtkmm/canvasview.cpp

index 7c3aa0a..0b532cd 100644 (file)
@@ -951,7 +951,6 @@ CanvasView::create_time_bar()
        //Gtk::HScrollbar *time_scroll = manage(new class Gtk::HScrollbar(time_adjustment()));
        //TIME BAR TEMPORARY POSITION
        //Widget_Timeslider *time_scroll = manage(new Widget_Timeslider);
-       timeslider->show();
        timeslider->set_time_adjustment(&time_adjustment());
        timeslider->set_bounds_adjustment(&time_window_adjustment());
        //layout_table->attach(*timeslider, 0, 1, 2, 3, Gtk::EXPAND|Gtk::FILL, Gtk::SHRINK|Gtk::FILL);