diff options
author | David Robillard <d@drobilla.net> | 2007-01-14 04:55:22 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-01-14 04:55:22 +0000 |
commit | f0b1962683cf24caa94f9176536a667a179cfc52 (patch) | |
tree | 7d6351ed87c33a91aab904f45f3c5cd2a1988e51 /src/Patchage.h | |
parent | f9a66347152ad4459a564d5f92fdeabb6d8b4019 (diff) | |
download | patchage-f0b1962683cf24caa94f9176536a667a179cfc52.tar.gz patchage-f0b1962683cf24caa94f9176536a667a179cfc52.tar.bz2 patchage-f0b1962683cf24caa94f9176536a667a179cfc52.zip |
Replaced useless sample rate combobox with a label.
git-svn-id: http://svn.drobilla.net/lad/patchage@258 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.h')
-rw-r--r-- | src/Patchage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Patchage.h b/src/Patchage.h index 5c23dff..846f74f 100644 --- a/src/Patchage.h +++ b/src/Patchage.h @@ -80,7 +80,7 @@ protected: void jack_connect_changed(); void buffer_size_changed(); - void sample_rate_changed(); + //void sample_rate_changed(); void realtime_changed(); void on_pane_position_changed(); @@ -150,7 +150,7 @@ protected: Gtk::ToggleButton* m_jack_connect_toggle; Gtk::ToggleButton* m_jack_realtime_check; Gtk::ComboBox* m_buffer_size_combo; - Gtk::ComboBox* m_sample_rate_combo; + Gtk::Label* m_sample_rate_label; Gtk::ProgressBar* m_xrun_progress_bar; Gtk::Entry* m_xrun_counter; Gtk::Button* m_clear_load_button; |