From ba3e956f5be02730368b75fbec704e75b3f036da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 26 Mar 2017 15:24:20 +0200 Subject: Remove Node::graph_type() method and GraphType enum --- ingen/client/GraphModel.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'ingen/client/GraphModel.hpp') 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 get_arc(const Ingen::Node* tail, const Ingen::Node* head); -- cgit v1.2.1