mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Delete unnecessary comment
This commit is contained in:
parent
7c79bd4843
commit
ccdc1a235c
1 changed files with 0 additions and 6 deletions
|
@ -12,12 +12,6 @@ localLibraryWidget::localLibraryWidget(QWidget *parent) :
|
|||
ui->setupUi(this);
|
||||
this->setFont(QFont("u001"));
|
||||
|
||||
/*for(int i = 7; i <= 9; i++) {
|
||||
bookBtnArray[i]->deleteLater();
|
||||
bookIconArray[i]->deleteLater();
|
||||
}*/
|
||||
//bookBtnArray[7]->deleteLater();
|
||||
|
||||
if(global::deviceID == "n705\n" or global::deviceID == "n905\n") {
|
||||
buttonsNumber = 4;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue