Skip to content

Commit

Permalink
core: Remove unused variable from configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
iwanders committed Feb 29, 2024
1 parent 2d49ff7 commit 4895549
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/generic/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class Config {
usize dft_button_min_mag = 1000;
usize dft_freq_min_mag = 10000;
usize dft_tilt_min_mag = 10000;
usize dft_contact_min_mag = 10000;
usize dft_mpp2_button_min_mag = 50000;
usize dft_mpp2_contact_min_mag = 50000;
f64 dft_tilt_distance = 0.6;
Expand Down
1 change: 0 additions & 1 deletion src/core/linux/config-loader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ class ConfigLoader {
this->get(ini, "DFT", "PositionMinAmp", m_config.dft_position_min_amp);
this->get(ini, "DFT", "PositionMinMag", m_config.dft_position_min_mag);
this->get(ini, "DFT", "PositionExp", m_config.dft_position_exp);
this->get(ini, "DFT", "ContactMinMag", m_config.dft_contact_min_mag);
this->get(ini, "DFT", "ButtonMinMag", m_config.dft_button_min_mag);
this->get(ini, "DFT", "FreqMinMag", m_config.dft_freq_min_mag);
this->get(ini, "DFT", "TiltMinMag", m_config.dft_tilt_min_mag);
Expand Down

0 comments on commit 4895549

Please sign in to comment.