* commented unused function params
This commit is contained in:
parent
e851cc119b
commit
0d5bf295cb
5 changed files with 5 additions and 5 deletions
|
|
@ -241,7 +241,7 @@ private:
|
|||
{
|
||||
public:
|
||||
eoDummyFlight () {}
|
||||
void operator () (POT & _po) {}
|
||||
void operator () (POT & /*_po*/) {}
|
||||
}dummyFlight;
|
||||
|
||||
// if the initializer does not need to be used, use the dummy one instead
|
||||
|
|
|
|||
Reference in a new issue