Library: remove unused variable

This commit is contained in:
François Gannaz 2019-04-01 10:31:11 +02:00
parent 66941510f0
commit 3babc0980e

View File

@ -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");