summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-01-19 14:21:03 +0100
committerRALOVICH, Kristof <tade60@freemail.hu>2014-01-19 14:21:03 +0100
commitbbfb75fc8c595edaaa420aa521f184ed4a1f5885 (patch)
treeb1ba5bd1cd13756b7812b6d16a286713e3d1005c
parent870f9e47d59eeee738c4aa029da4c72e957d1950 (diff)
extra statement
happens anyways at the bottom of event handler
-rw-r--r--src/AntFr310XT.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AntFr310XT.cpp b/src/AntFr310XT.cpp
index 79b0449..b7ec292 100644
--- a/src/AntFr310XT.cpp
+++ b/src/AntFr310XT.cpp
@@ -377,7 +377,6 @@ AntFr310XT::handleEvents()
m_antMessenger->ANT_CloseChannel(chan);
sleepms(800);
changeStateSafe(ST_ANTFS_RESTART);
- return true;
}
else if(state == ST_ANTFS_AUTH0_SN)
{