mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Library: remove unused variable
This commit is contained in:
@ -1335,7 +1335,6 @@ QList<Label> DBHelper::getLabels(qulonglong libraryId)
|
||||
QSqlRecord record = selectQuery.record();
|
||||
|
||||
int name = record.indexOf("name");
|
||||
int color = record.indexOf("color");
|
||||
int id = record.indexOf("id");
|
||||
int ordering = record.indexOf("ordering");
|
||||
|
||||
|
Reference in New Issue
Block a user