summaryrefslogtreecommitdiffstats
path: root/src/common/interface/GraphObject.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/interface/GraphObject.hpp')
-rw-r--r--src/common/interface/GraphObject.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/interface/GraphObject.hpp b/src/common/interface/GraphObject.hpp
index 91058858..d53658c5 100644
--- a/src/common/interface/GraphObject.hpp
+++ b/src/common/interface/GraphObject.hpp
@@ -46,7 +46,6 @@ public:
virtual const Raul::Path& path() const = 0;
virtual const Raul::Symbol& symbol() const = 0;
- virtual bool polyphonic() const = 0;
virtual GraphObject* graph_parent() const = 0;
};