Skip to content

Commit b1a9976

Browse files
orgadsdantti
authored andcommitted
WorksheetPrivate: Remove unused q variable
1 parent 21afb6e commit b1a9976

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

QXlsx/source/xlsxworksheet.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,8 +1551,6 @@ void WorksheetPrivate::saveXmlCellData(QXmlStreamWriter &writer,
15511551
int col,
15521552
std::shared_ptr<Cell> cell) const
15531553
{
1554-
Q_Q(const Worksheet);
1555-
15561554
// This is the innermost loop so efficiency is important.
15571555
QString cell_pos = CellReference(row, col).toString();
15581556

0 commit comments

Comments
 (0)