summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/OmObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/OmObject.h')
-rw-r--r--src/libs/engine/OmObject.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/engine/OmObject.h b/src/libs/engine/OmObject.h
index d2360eed..2f873ff5 100644
--- a/src/libs/engine/OmObject.h
+++ b/src/libs/engine/OmObject.h
@@ -54,11 +54,6 @@ public:
virtual ~OmObject() {}
- // Ghetto home-brew RTTI
- virtual Patch* as_patch() { return NULL; }
- virtual Node* as_node() { return NULL; }
- virtual Port* as_port() { return NULL; }
-
OmObject* parent() const { return _parent; }
inline const string& name() const { return _name; }