Skip to content

Commit

Permalink
Remove redundant #ifdefs
Browse files Browse the repository at this point in the history
Co-authored-by: Swiftb0y <[email protected]>
  • Loading branch information
daschuer and Swiftb0y authored Jan 28, 2025
1 parent 3ec3df1 commit 63e448b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/engine/channels/enginedeck.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ class EngineDeck : public EngineChannel, public AudioDestination {
// of stem track
void cloneStemState(const EngineDeck* deckToClone);
void addStemHandle(const ChannelHandleAndGroup& stemHandleGroup);
#endif

#ifdef __STEM__
static QString getGroupForStem(const QString& deckGroup, int stemIdx);
#endif

Expand Down

0 comments on commit 63e448b

Please sign in to comment.