Skip to content

Commit

Permalink
remove more garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jun 2, 2020
1 parent 01db647 commit 9e053b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
3 changes: 0 additions & 3 deletions src/Etterna/Globals/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6111,9 +6111,6 @@ Calc::InitializeHands(const vector<NoteInfo>& 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);

Expand Down
15 changes: 0 additions & 15 deletions src/Etterna/Globals/MinaCalc.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,8 @@ class Hand
// but that might just be too confusing idk
std::vector<float> stam_adj_diff;
std::vector<std::vector<std::vector<float>>> debugValues;

private:
const bool SmoothDifficulty =
true; // Do we moving average the difficulty intervals?
};

struct JumpHandChordData;

class Calc
{
public:
Expand Down Expand Up @@ -162,15 +156,6 @@ class Calc
bool stamina,
bool debugoutput = false);

void TheThingLookerFinderThing(const std::vector<NoteInfo>& NoteInfo,
float music_rate,
std::vector<float> doot[]);

// nerf psuedo chords that are flams into oblivion
void SetFlamJamMod(const std::vector<NoteInfo>& NoteInfo,
std::vector<float> doot[],
float& music_rate);

void WideRangeAnchorScaler(const std::vector<NoteInfo>& NoteInfo,
float music_rate,
std::vector<float> doot[ModCount]);
Expand Down

0 comments on commit 9e053b9

Please sign in to comment.