summaryrefslogtreecommitdiffstats
path: root/src/Patchage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.h')
-rw-r--r--src/Patchage.h4
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;