correctly (?) indicate muted status of audio regions
[ardour.git] / gtk2_ardour / export_format_dialog.cc
index 1e8e87c7cf88e471be9a166c315df3ab186b355c..c5d1573d54bff71de2a897a866fa62eff3e74fa7 100644 (file)
@@ -897,8 +897,6 @@ ExportFormatDialog::show_ogg_enconding_options (boost::shared_ptr<ARDOUR::Export
        encoding_options_table.resize (1, 1);
        encoding_options_table.attach (tag_checkbox, 0, 1, 0, 1);
 
-       update_tagging_selection ();
-
        show_all_children ();
 }