Remove switchUnit() from CHeading and CTrack; they already inherit switchUnit() from CPhysicalQuantity

This commit is contained in:
Mathew Sutcliffe
2013-08-18 23:13:56 +01:00
parent 5d4fcc8d40
commit c8114c2d85
2 changed files with 0 additions and 22 deletions

View File

@@ -117,17 +117,6 @@ public:
*/
bool isTrueHeading() const { return !this->m_magnetic; }
/*!
* \brief Switch angle unit
* \param newUnit
* \return
*/
CHeading &switchUnit(const BlackMisc::PhysicalQuantities::CAngleUnit &newUnit)
{
this->CAngle::switchUnit(newUnit);
return *this;
}
/*!
* \brief Register metadata
*/

View File

@@ -124,17 +124,6 @@ public:
return !this->m_magnetic;
}
/*!
* \brief Switch angle unit
* \param newUnit
* \return
*/
CTrack &switchUnit(const BlackMisc::PhysicalQuantities::CAngleUnit &newUnit)
{
this->CAngle::switchUnit(newUnit);
return *this;
}
/*!
* \brief Register metadata
*/