aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2024-06-12 13:49:40 +0200
committerUnavailableDev <69792062+UnavailableDev@users.noreply.github.com>2024-06-12 13:49:40 +0200
commit00c11d618d46067ed8656e5e9c834773c189cbc0 (patch)
tree697b07b26b78b961463b67a809f99f345c30afe0
parent6fd8dcb9e0d33f7660c4e3a602a5c2a2b5091a7c (diff)
removed gert :<
-rw-r--r--Node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Node.h b/Node.h
index 36da279..b7f6681 100644
--- a/Node.h
+++ b/Node.h
@@ -20,7 +20,6 @@ public:
virtual void addInput(Net *);
virtual void setOutput(Net *);
virtual void sim() = 0;
- int gert = 45;
protected:
Node(const char * type);