summaryrefslogtreecommitdiff
path: root/Gate.cpp
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2020-06-27 23:02:11 +0930
committerDaniel Jones <admin@danieljon.es>2020-06-27 23:02:11 +0930
commit11937e7d2256702698baba3acaf847523fe0f066 (patch)
tree103675c1a69c73da1a7a773f8dbc6f3cdfc888fb /Gate.cpp
parentab76afb34070a33a2a8c09426408777580d984e4 (diff)
downloadfoxlogicgates-11937e7d2256702698baba3acaf847523fe0f066.tar.gz
foxlogicgates-11937e7d2256702698baba3acaf847523fe0f066.zip
Functionality: deleting multiple gates added
Diffstat (limited to 'Gate.cpp')
-rw-r--r--Gate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gate.cpp b/Gate.cpp
index dab8b7e..51a1652 100644
--- a/Gate.cpp
+++ b/Gate.cpp
@@ -80,7 +80,6 @@ void Gate::update_state()
case OUTPUT:
{
- /* we're a simple output, do nothing */
if (input_gate1 && input_gate1->get_output_state() == true)
{
this->output_state = true;