aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);