summaryrefslogtreecommitdiff
path: root/BinaryDisplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'BinaryDisplay.cpp')
-rw-r--r--BinaryDisplay.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/BinaryDisplay.cpp b/BinaryDisplay.cpp
index f58491c..ff2fbc3 100644
--- a/BinaryDisplay.cpp
+++ b/BinaryDisplay.cpp
@@ -36,7 +36,6 @@ BinaryDisplay::remove_input(int id)
{
if (input0 && input0->get_id() == id)
input0 = nullptr;
-
if (input1 && input1->get_id() == id)
input1 = nullptr;
if (input2 && input2->get_id() == id)
@@ -53,5 +52,3 @@ BinaryDisplay::remove_input(int id)
input7 = nullptr;
update_state();
}
-
-