Skip to content

Commit

Permalink
remove unneeded stub functions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatters1 committed Sep 17, 2024
1 parent 2106694 commit 9ca8f44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions src/stubs/notation/notationconfigurationstub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -465,16 +465,6 @@ void NotationConfigurationStub::setPianoKeyboardNumberOfKeys(int)
{
}

ValCh<bool> NotationConfigurationStub::pianoKeyboardUseNotatedPitch() const
{
static ValCh<bool> vch;
return vch;
}

void NotationConfigurationStub::setPianoKeyboardUseNotatedPitch(bool)
{
}

bool NotationConfigurationStub::useNewPercussionPanel() const
{
return false
Expand Down
3 changes: 0 additions & 3 deletions src/stubs/notation/notationconfigurationstub.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ class NotationConfigurationStub : public INotationConfiguration
ValCh<int> pianoKeyboardNumberOfKeys() const override;
void setPianoKeyboardNumberOfKeys(int number) override;

ValCh<bool> pianoKeyboardUseNotatedPitch() const override;
void setPianoKeyboardUseNotatedPitch(bool value) override;

bool useNewPercussionPanel() const override;
void setUseNewPercussionPanel(bool use) override;

Expand Down

0 comments on commit 9ca8f44

Please sign in to comment.