Skip to content

Commit

Permalink
Bringing back the RGB modes - they work on Strafe
Browse files Browse the repository at this point in the history
  • Loading branch information
SicVolo committed Dec 31, 2015
1 parent 802de2a commit 2fa219f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ckb/kperfwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}
Expand Down

0 comments on commit 2fa219f

Please sign in to comment.