summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/Port.h')
-rw-r--r--src/libs/engine/Port.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/engine/Port.h b/src/libs/engine/Port.h
index 90dbdd00..9f645e3e 100644
--- a/src/libs/engine/Port.h
+++ b/src/libs/engine/Port.h
@@ -43,9 +43,6 @@ class Port : public GraphObject
public:
virtual ~Port() {}
- void add_to_store(ObjectStore* store) { assert(false); }
- void remove_from_store() { assert(false); }
-
/** A port's parent is always a node, so static cast should be safe */
Node* parent_node() const { return (Node*)_parent; }