aboutsummaryrefslogtreecommitdiff
path: root/NodeInput.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-13 08:56:03 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-13 08:56:03 +0200
commit3e5b602cb7bfb625ac7f7094f9d33409271073fb (patch)
tree120d58df15d8a9d20e5dbba6520926208dc6c801 /NodeInput.h
parent719b962f4d164d3bca08832dffeed448501b0808 (diff)
add NodeOutputVisitor for printing circuit output
Diffstat (limited to 'NodeInput.h')
-rw-r--r--NodeInput.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/NodeInput.h b/NodeInput.h
index 4bd7b59..9b87f3b 100644
--- a/NodeInput.h
+++ b/NodeInput.h
@@ -20,7 +20,6 @@ public:
protected:
SignalLevel level();
using NodeInput::NodeInput;
- // NodeInputLow(const char * type) : NodeInput(type) {}
private:
NodeInputLow(const NodeInputLow *) : NodeInput() {}
@@ -35,7 +34,6 @@ public:
protected:
SignalLevel level();
using NodeInput::NodeInput;
- // NodeInputHigh(const char * type) : NodeInput(type) {}
private:
NodeInputHigh(const NodeInputHigh *) : NodeInput() {}