Move export progress text to progress bar from separate label

git-svn-id: svn://localhost/ardour2/branches/3.0@11379 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sakari Bergen 2012-01-28 18:39:56 +00:00
parent 6f23443c26
commit 80004a33aa
2 changed files with 1 additions and 4 deletions

View file

@ -127,7 +127,6 @@ class ExportDialog : public ArdourDialog {
/* Progress bar */
Gtk::Label progress_label;
Gtk::ProgressBar progress_bar;
sigc::connection progress_connection;