aboutsummaryrefslogtreecommitdiff
path: root/Node.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-12 20:54:58 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-12 20:54:58 +0200
commite54371f2143cd2c28b349b1850590f300e3bee30 (patch)
tree7f9858829c25d627fa51a387045604909d9667b2 /Node.h
parent068a4971084bd1e415c6523c3b5eb5a48de520ca (diff)
smol cleanup
Diffstat (limited to 'Node.h')
-rw-r--r--Node.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Node.h b/Node.h
index 110928b..9fbea6f 100644
--- a/Node.h
+++ b/Node.h
@@ -26,8 +26,6 @@ public:
protected:
Node(const char * type);
- string label;
-
vector<Net *> inputs;
Net * output = nullptr;