Remove unused variable
Change-Id: I0414d7bab89371f330d5b0cfa88758e3f1668f32 Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>bb10
parent
2d4954810b
commit
0c3967f92c
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue