diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-25 11:54:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-25 11:54:36 +0100 |
| commit | 30f6f44121ee879e8cb3619e207e8b7d39bb2c3d (patch) | |
| tree | f3d0118af1e444e36e1df9c3e9e6def6da28eab5 /src/wx/audio_mapping_view.cc | |
| parent | a6b0e3f3f4f53f655458cd6b8d361a308c268630 (diff) | |
Remove unused variable.
Diffstat (limited to 'src/wx/audio_mapping_view.cc')
| -rw-r--r-- | src/wx/audio_mapping_view.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/audio_mapping_view.cc b/src/wx/audio_mapping_view.cc index ef4434fd5..1ae26bdf0 100644 --- a/src/wx/audio_mapping_view.cc +++ b/src/wx/audio_mapping_view.cc @@ -61,7 +61,6 @@ static constexpr auto ROW_HEIGHT = 32; static constexpr auto MINIMUM_COLUMN_WIDTH = 32; static constexpr auto TOP_HEIGHT = ROW_HEIGHT * 2; static constexpr auto COLUMN_PADDING = 16; -static constexpr auto HORIZONTAL_PAGE_SIZE = 32; enum { |
