mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 05:34:50 -04:00
remove dead code (#2647)
This commit is contained in:
parent
d4342e01a4
commit
cfdd1a4c22
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ class FrequencyScale : public Widget {
|
|||
static constexpr int filter_band_height = 4;
|
||||
|
||||
int32_t cursor_position{0};
|
||||
SignalToken signal_token_tick_second{};
|
||||
int spectrum_sampling_rate{0};
|
||||
const int spectrum_bins = std::tuple_size<decltype(ChannelSpectrum::db)>::value;
|
||||
int channel_filter_low_frequency{0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue