diff options
author | David Robillard <d@drobilla.net> | 2024-10-06 17:02:30 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-10-11 19:37:24 -0400 |
commit | 5c79e4ca151dab969d84899029d8cfdf1f32d654 (patch) | |
tree | 198b00ba3f994ff2a467bd9e9b5a39d69fbf2e09 /include | |
parent | dd71122bce462e3ac5304e04919018a7f552867e (diff) | |
download | ingen-5c79e4ca151dab969d84899029d8cfdf1f32d654.tar.gz ingen-5c79e4ca151dab969d84899029d8cfdf1f32d654.tar.bz2 ingen-5c79e4ca151dab969d84899029d8cfdf1f32d654.zip |
Remove redundant method override
Diffstat (limited to 'include')
-rw-r--r-- | include/ingen/client/GraphModel.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ingen/client/GraphModel.hpp b/include/ingen/client/GraphModel.hpp index 1bc445ac..1b762566 100644 --- a/include/ingen/client/GraphModel.hpp +++ b/include/ingen/client/GraphModel.hpp @@ -54,7 +54,6 @@ public: get_arc(const ingen::Node* tail, const ingen::Node* head); bool enabled() const; - bool polyphonic() const; uint32_t internal_poly() const; // Signals |