summaryrefslogtreecommitdiff
path: root/quacker/movebox.cpp
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2014-08-24 21:44:16 -0700
committerJohn Fultz <jfultz@wolfram.com>2014-08-24 21:44:16 -0700
commitdf3be077583510d8ec42c47cbbf97255cd9e7d8b (patch)
tree260f60dea6fff8460ad4d2946e7089f4b2ae6343 /quacker/movebox.cpp
parent1f1bcc95fda38949662a5254d7663e131b08c3b2 (diff)
Kill some Linux compiler warnings.
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;
}
}