mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
refs #413 Removed some operators of CEarthAngle which were not used, not needed, and not working.
This commit is contained in:
@@ -45,17 +45,6 @@ namespace BlackMisc
|
||||
//! Multiply operator *=
|
||||
CEarthAngle &operator *=(double multiply);
|
||||
|
||||
//! Greater operator >
|
||||
bool operator >(const CEarthAngle &latOrLon) const;
|
||||
//! Less operator <
|
||||
bool operator <(const CEarthAngle &latOrLon) const;
|
||||
|
||||
//! Less equal operator <=
|
||||
bool operator <=(const CEarthAngle &latOrLon) const;
|
||||
|
||||
//! Greater equal operator >=
|
||||
bool operator >=(const CEarthAngle &latOrLon) const;
|
||||
|
||||
//! Plus operator +
|
||||
LATorLON operator +(const CEarthAngle &latOrLon) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user