diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-01 15:41:12 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-01 15:41:12 -0700 |
commit | 59785345f808f0c53c085be896f60e10455cc52f (patch) | |
tree | c3a817a020257f52421169363adff6af9aeff2d3 /qt-ui/tagwidget.cpp | |
parent | fe773241eea51036b25815302fc676eafbcac85a (diff) | |
download | subsurface-59785345f808f0c53c085be896f60e10455cc52f.tar.gz |
Remove some unused variables
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/tagwidget.cpp')
-rw-r--r-- | qt-ui/tagwidget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/tagwidget.cpp b/qt-ui/tagwidget.cpp index fe4044a85..d1bb0d711 100644 --- a/qt-ui/tagwidget.cpp +++ b/qt-ui/tagwidget.cpp @@ -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)) { |