diff --git a/src/Etterna/Globals/MinaCalc.cpp b/src/Etterna/Globals/MinaCalc.cpp index a56d24871c..73583e9d6e 100644 --- a/src/Etterna/Globals/MinaCalc.cpp +++ b/src/Etterna/Globals/MinaCalc.cpp @@ -6111,9 +6111,6 @@ Calc::InitializeHands(const vector& NoteInfo, // these are evaluated on all columns so right and left are the // same these also may be redundant with updated stuff - - // SetFlamJamMod(NoteInfo, left_hand.doot, music_rate); - // TheThingLookerFinderThing(NoteInfo, music_rate, left_hand.doot); WideRangeBalanceScaler(NoteInfo, music_rate, left_hand.doot); WideRangeAnchorScaler(NoteInfo, music_rate, left_hand.doot); diff --git a/src/Etterna/Globals/MinaCalc.h b/src/Etterna/Globals/MinaCalc.h index a222f0c112..395cd0514c 100644 --- a/src/Etterna/Globals/MinaCalc.h +++ b/src/Etterna/Globals/MinaCalc.h @@ -98,14 +98,8 @@ class Hand // but that might just be too confusing idk std::vector stam_adj_diff; std::vector>> debugValues; - - private: - const bool SmoothDifficulty = - true; // Do we moving average the difficulty intervals? }; -struct JumpHandChordData; - class Calc { public: @@ -162,15 +156,6 @@ class Calc bool stamina, bool debugoutput = false); - void TheThingLookerFinderThing(const std::vector& NoteInfo, - float music_rate, - std::vector doot[]); - - // nerf psuedo chords that are flams into oblivion - void SetFlamJamMod(const std::vector& NoteInfo, - std::vector doot[], - float& music_rate); - void WideRangeAnchorScaler(const std::vector& NoteInfo, float music_rate, std::vector doot[ModCount]);