Skip to content

Commit

Permalink
Update AxeSystem.h
Browse files Browse the repository at this point in the history
Merge duplciate constructors
  • Loading branch information
rooftopmedia committed Feb 21, 2021
1 parent ee700fa commit 1c9acec
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/interface/AxeSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,7 @@ enum class UpdateMode {
class AxeSystem {

public:
AxeSystem() {
_sysexAxeVersion = SYSEX_AXE_VERSION;
_looper.setAxeSystem(this);
}

AxeSystem(byte sysexFractalVersion) {
AxeSystem(byte sysexFractalVersion = SYSEX_AXE_VERSION) {
_sysexFractalVersion = sysexFractalVersion;
_looper.setAxeSystem(this);
}
Expand Down

0 comments on commit 1c9acec

Please sign in to comment.