From c40a7505b6f0ddc88fffcc63d98d69fde0b2a08e Mon Sep 17 00:00:00 2001
From: Silas Dohm <silas.dohm@stud.hs-bochum.de>
Date: Tue, 23 Aug 2022 23:51:45 +0200
Subject: [PATCH] removed comment

---
 cell.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cell.cpp b/cell.cpp
index bccca82..d5a1ac2 100644
--- a/cell.cpp
+++ b/cell.cpp
@@ -64,7 +64,6 @@ void Cell::removeOption(int x)
 void Cell::addOption(int x)
 {
     blocked[x]--;
-    // if (!states[x]->isEnabled())
     if (blocked[x] < 1)
     {
         states[x]->setText(QString::number(x + 1));
-- 
GitLab