remove dead code
This commit is contained in:
@@ -45,12 +45,6 @@ MobilityModel::GetSpeed (void) const
|
||||
return DoGetSpeed ();
|
||||
}
|
||||
|
||||
void
|
||||
MobilityModel::Set (double x, double y, double z)
|
||||
{
|
||||
Position position (x, y, z);
|
||||
DoSet (position);
|
||||
}
|
||||
void
|
||||
MobilityModel::Set (const Position &position)
|
||||
{
|
||||
|
||||
@@ -46,7 +46,6 @@ public:
|
||||
* Unit is meters
|
||||
*/
|
||||
Position Get (void) const;
|
||||
void Set (double x, double y, double z);
|
||||
void Set (const Position &position);
|
||||
Speed GetSpeed (void) const;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user