Skip to content
Snippets Groups Projects
Commit 8bd61d71 authored by lm's avatar lm
Browse files

Removed old comments

parent 2ce38b47
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,6 @@ MAV2DIcon::MAV2DIcon(mapcontrol::MapGraphicItem* map, mapcontrol::OPMapWidget* p ...@@ -37,7 +37,6 @@ MAV2DIcon::MAV2DIcon(mapcontrol::MapGraphicItem* map, mapcontrol::OPMapWidget* p
MAV2DIcon::~MAV2DIcon() MAV2DIcon::~MAV2DIcon()
{ {
//delete pic;
} }
void MAV2DIcon::setSelectedUAS(bool selected) void MAV2DIcon::setSelectedUAS(bool selected)
...@@ -53,7 +52,6 @@ void MAV2DIcon::setSelectedUAS(bool selected) ...@@ -53,7 +52,6 @@ void MAV2DIcon::setSelectedUAS(bool selected)
*/ */
void MAV2DIcon::setYaw(float yaw) void MAV2DIcon::setYaw(float yaw)
{ {
//// qDebug() << "MAV2Icon" << yaw;
float diff = fabs(yaw - this->yaw); float diff = fabs(yaw - this->yaw);
while (diff > (float)M_PI) { while (diff > (float)M_PI) {
diff -= (float)M_PI; diff -= (float)M_PI;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment