TaskManager: remove GetStartState() and GetFinishState()
commit124f8b63a453c2f33369c9cd184bbd42420076e7
authorMax Kellermann <max@duempel.org>
Wed, 13 Mar 2013 07:32:47 +0000 (13 08:32 +0100)
committerMax Kellermann <max@duempel.org>
Wed, 13 Mar 2013 07:32:47 +0000 (13 08:32 +0100)
tree93bfa81763faf0f34c044705823835b6d103e60b
parent0c7fd4e9071a90956a77a2a5f2e8d68ffcf3cd68
TaskManager: remove GetStartState() and GetFinishState()

.. and more useless wrappers.  Let callers access OrderedTask
directly.  This is easier to understand, because it clarifies that
this affects only the OrderedTask and not the "active" task.
src/Dialogs/Task/dlgTarget.cpp
src/Engine/Task/TaskManager.hpp
src/MapWindow/GlueMapWindowOverlays.cpp
src/Task/ProtectedTaskManager.cpp
test/src/harness_flight.cpp