summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_file_notebook.h
diff options
context:
space:
mode:
authorColin Fletcher <colin.m.fletcher@googlemail.com>2014-05-27 15:48:07 +0100
committerColin Fletcher <colin.m.fletcher@googlemail.com>2014-06-12 23:20:05 +0100
commitcc2e6aeac32f963ac4215c157d562278a5013b71 (patch)
treee434854a7234910de103ee75ee50ac997fb298ea /gtk2_ardour/export_file_notebook.h
parentf0dbd6c0855e76a87d97a1774f2e97a5b9211ae6 (diff)
Remove unused function
Remove the unused ExportFileNotebook::get_nth_format_name()
Diffstat (limited to 'gtk2_ardour/export_file_notebook.h')
-rw-r--r--gtk2_ardour/export_file_notebook.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/export_file_notebook.h b/gtk2_ardour/export_file_notebook.h
index 7a021057ef..52c87c3717 100644
--- a/gtk2_ardour/export_file_notebook.h
+++ b/gtk2_ardour/export_file_notebook.h
@@ -38,11 +38,8 @@ class ExportFileNotebook : public Gtk::Notebook, public ARDOUR::SessionHandlePtr
void set_session_and_manager (ARDOUR::Session * s, boost::shared_ptr<ARDOUR::ExportProfileManager> manager);
void sync_with_manager ();
-
void update_example_filenames();
- std::string get_nth_format_name (uint32_t n);
-
sigc::signal<void> CriticalSelectionChanged;
private: