summaryrefslogtreecommitdiffstats
path: root/ingen/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Node.hpp')
-rw-r--r--ingen/Node.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ingen/Node.hpp b/ingen/Node.hpp
index e0fcf338..cde50f63 100644
--- a/ingen/Node.hpp
+++ b/ingen/Node.hpp
@@ -49,12 +49,6 @@ class Store;
class INGEN_API Node : public Resource
{
public:
- enum class GraphType {
- GRAPH,
- BLOCK,
- PORT
- };
-
typedef std::pair<const Node*, const Node*> ArcsKey;
typedef std::map< ArcsKey, SPtr<Arc> > Arcs;
@@ -71,7 +65,6 @@ public:
virtual bool save_state(const std::string& dir) const { return false; }
// All objects
- virtual GraphType graph_type() const = 0;
virtual const Raul::Path& path() const = 0;
virtual const Raul::Symbol& symbol() const = 0;