diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-02-27 22:36:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-02-27 22:36:41 +0100 |
| commit | 1c4d14337cd061c0ef72f1fcde66be28235830ca (patch) | |
| tree | 644710c11090bc892b002782d4392d9fb7dcc919 /src/wx/audio_mapping_view.h | |
| parent | bcc4e2f7dc4cd5658e199ddacb7202b00ec72cf1 (diff) | |
Use bound arguments to lose some methods.
Diffstat (limited to 'src/wx/audio_mapping_view.h')
| -rw-r--r-- | src/wx/audio_mapping_view.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/wx/audio_mapping_view.h b/src/wx/audio_mapping_view.h index aab6f64a6..88060e461 100644 --- a/src/wx/audio_mapping_view.h +++ b/src/wx/audio_mapping_view.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2019 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2020 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -93,9 +93,7 @@ private: wxString safe_input_channel_name (int n) const; wxString safe_output_channel_name (int n) const; - void off (); - void full (); - void minus6dB (); + void set_gain_from_menu (double linear); void edit (); AudioMapping _map; |
