summaryrefslogtreecommitdiffstats
path: root/ingen/client/GraphModel.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-03-26 15:24:20 +0200
committerDavid Robillard <d@drobilla.net>2017-03-26 18:13:33 +0200
commitba3e956f5be02730368b75fbec704e75b3f036da (patch)
tree1163df60cc7f3279cf940ccd17d9290e7f0da317 /ingen/client/GraphModel.hpp
parent6268bb2accfdc0dcad6cb8b54ba56ec64609d474 (diff)
downloadingen-ba3e956f5be02730368b75fbec704e75b3f036da.tar.gz
ingen-ba3e956f5be02730368b75fbec704e75b3f036da.tar.bz2
ingen-ba3e956f5be02730368b75fbec704e75b3f036da.zip
Remove Node::graph_type() method and GraphType enum
Diffstat (limited to 'ingen/client/GraphModel.hpp')
-rw-r--r--ingen/client/GraphModel.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ingen/client/GraphModel.hpp b/ingen/client/GraphModel.hpp
index 52c5ed2c..94b365fc 100644
--- a/ingen/client/GraphModel.hpp
+++ b/ingen/client/GraphModel.hpp
@@ -36,8 +36,6 @@ class INGEN_API GraphModel : public BlockModel
public:
/* WARNING: Copy constructor creates a shallow copy WRT connections */
- GraphType graph_type() const { return Node::GraphType::GRAPH; }
-
SPtr<ArcModel> get_arc(const Ingen::Node* tail,
const Ingen::Node* head);