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)) {

View file

@ -168,7 +168,6 @@ void write_no_trip(struct membuffer *b, int *dive_no)
void write_trip(struct membuffer *b, dive_trip_t *trip, int *dive_no)
{
int i;
struct dive *dive;
put_format(b, "{");