fixed double warnings "Camera has no more images"

This commit is contained in:
matlabbe
2015-11-30 19:59:35 -05:00
parent fc47d07b85
commit 535cbbac5a

View File

@@ -64,10 +64,6 @@ void OdometryThread::handleEvent(UEvent * event)
{
this->addData(cameraEvent->data());
}
else if(cameraEvent->getCode() == CameraEvent::kCodeNoMoreImages)
{
this->post(new CameraEvent()); // forward the event
}
}
else if(event->getClassName().compare("OdometryResetEvent") == 0)
{