summaryrefslogtreecommitdiff
path: root/quacker/movebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quacker/movebox.cpp')
-rw-r--r--quacker/movebox.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/quacker/movebox.cpp b/quacker/movebox.cpp
index 3e29c5d..83816d8 100644
--- a/quacker/movebox.cpp
+++ b/quacker/movebox.cpp
@@ -164,7 +164,6 @@ void MoveBox::setMoves(const Quackle::MoveList &moves, const Quackle::Move &sele
resorted = true;
}
- bool hasOldItems = false;
bool hasNewItems = false;
Quackle::MoveList::const_iterator end(moves.end());
@@ -183,7 +182,6 @@ void MoveBox::setMoves(const Quackle::MoveList &moves, const Quackle::Move &sele
m_treeWidget->addTopLevelItem(m_treeWidget->takeTopLevelItem(m_treeWidget->indexOfTopLevelItem(mapIt.value())));
}
- hasOldItems = true;
goto foundFirstPass;
}
}