From 18844bac7aa0747453ed4d04c4a462f2044a43bb Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Thu, 5 Jan 2006 05:15:29 +0000 Subject: sfdb displays file info. git-svn-id: svn://localhost/trunk/ardour2@243 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/sfdb_ui.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gtk2_ardour/sfdb_ui.h') diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h index 2c43fb1aa7..279cca3ae4 100644 --- a/gtk2_ardour/sfdb_ui.h +++ b/gtk2_ardour/sfdb_ui.h @@ -50,8 +50,8 @@ class SoundFileBox : public Gtk::VBox SoundFileBox (); virtual ~SoundFileBox () {}; - bool update (std::string filename); void set_session (ARDOUR::Session* s); + bool setup_labels (std::string filename); protected: ARDOUR::Session* _session; @@ -71,9 +71,6 @@ class SoundFileBox : public Gtk::VBox pid_t current_pid; - Gtk::Label label; - Gtk::Label path; - Gtk::Entry path_entry; Gtk::Label length; Gtk::Label format; Gtk::Label channels; @@ -96,7 +93,6 @@ class SoundFileBox : public Gtk::VBox Gtk::Button remove_field_btn; // void fields_refiller (Gtk::CList &clist); - int setup_labels (std::string filename); void setup_fields (); void play_btn_clicked (); -- cgit v1.2.3