From 2fa219f6817f3cddae0affd6976d1adf45e13fd2 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 30 Dec 2015 18:14:08 -0800 Subject: [PATCH] Bringing back the RGB modes - they work on Strafe --- src/ckb/kperfwidget.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ckb/kperfwidget.cpp b/src/ckb/kperfwidget.cpp index 0c928a4623..3af3c17cae 100644 --- a/src/ckb/kperfwidget.cpp +++ b/src/ckb/kperfwidget.cpp @@ -152,12 +152,6 @@ void KPerfWidget::setPerf(KbPerf* newPerf, KbProfile* newProfile){ ui->label_12->hide(); ui->label_14->hide(); ui->label_17->hide(); - ui->numBox->removeItem(3); // remove item # 4 (RGB) - ui->numBox->removeItem(3); // not an error - removing the NEW item 4 (RGB+light) (that was item 5 before the previous line was run) - ui->capsBox->removeItem(3); - ui->capsBox->removeItem(3); - ui->scrollBox->removeItem(3); - ui->scrollBox->removeItem(3); } } }