Remove unused variable

Change-Id: I0414d7bab89371f330d5b0cfa88758e3f1668f32
Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
bb10
Frederik Gladhorn 2014-08-19 14:34:57 +02:00
parent 2d4954810b
commit 0c3967f92c
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ static int qt_accAmpIndex(const QString &text)
return -1;
int fa = 0;
QChar ac;
while ((fa = text.indexOf(QLatin1Char('&'), fa)) != -1) {
++fa;
if (fa < text.length()) {