From 30f6f44121ee879e8cb3619e207e8b7d39bb2c3d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 25 Feb 2023 11:54:18 +0100 Subject: [PATCH] Remove unused variable. --- src/wx/audio_mapping_view.cc | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.30.2