From 4fc8860bfbb7bfb130965aef8d274020b7a228e6 Mon Sep 17 00:00:00 2001 From: Isabell Pflug Date: Fri, 26 May 2023 14:14:39 +0200 Subject: [PATCH] :lipstick: Removed unneccessary sleep --- ThinkPink/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ThinkPink/mainwindow.cpp b/ThinkPink/mainwindow.cpp index bc71472..e721db1 100644 --- a/ThinkPink/mainwindow.cpp +++ b/ThinkPink/mainwindow.cpp @@ -87,7 +87,6 @@ void MainWindow::bubbleBoxes(std::set> *connected) { } refreshButtonGrid(); qApp->processEvents(); - usleep(400000); for (int j = 0; j < columns; j++) { for (int x = 0; x < columns; x++) checkColumn(j);