Remove some unused variables

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-06-01 15:41:12 -07:00
parent fe773241ee
commit 59785345f8
2 changed files with 0 additions and 2 deletions

View file

@ -68,7 +68,6 @@ QPair<int, int> TagWidget::getCursorTagPosition()
void TagWidget::highlight()
{
int i = 0, start = 0, end = 0;
removeAllBlocks();
int lastPos = 0;
Q_FOREACH (const QString& s, text().split(QChar(','), QString::SkipEmptyParts)) {