summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.h
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2012-01-28 18:39:56 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2012-01-28 18:39:56 +0000
commit80004a33aa286208161ae18ce6ca917e8f4442c9 (patch)
treec5c5dc9738f75b8c11e0834a22d6dddcd683278c /gtk2_ardour/export_dialog.h
parent6f23443c26936d5f6224a36b9d2a6257367e42eb (diff)
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
Diffstat (limited to 'gtk2_ardour/export_dialog.h')
-rw-r--r--gtk2_ardour/export_dialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/export_dialog.h b/gtk2_ardour/export_dialog.h
index 412d030f96..a720ec0b9c 100644
--- a/gtk2_ardour/export_dialog.h
+++ b/gtk2_ardour/export_dialog.h
@@ -127,7 +127,6 @@ class ExportDialog : public ArdourDialog {
/* Progress bar */
- Gtk::Label progress_label;
Gtk::ProgressBar progress_bar;
sigc::connection progress_connection;