File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ Aircraft *Aircraft::instances[MAX_SIM_INSTANCES];
5050 parent class for all simulator types
5151 */
5252
53- Aircraft::Aircraft (const char *frame_str) :
54- frame(frame_str)
53+ Aircraft::Aircraft (const char *unused_frame_str)
5554{
5655 // make the SIM_* variables available to simulator backends
5756 sitl = AP::sitl ();
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ namespace SITL {
5353 */
5454class Aircraft {
5555public:
56- Aircraft (const char *frame_str );
56+ Aircraft (const char *unused_frame_str );
5757
5858 // called directly after constructor:
5959 virtual void set_start_location (const Location &start_loc, const float start_yaw);
@@ -276,7 +276,6 @@ class Aircraft {
276276 uint32_t last_frame_count;
277277 uint8_t instance;
278278 const char *autotest_dir;
279- const char *frame;
280279 bool use_time_sync = true ;
281280 float last_speedup = -1 .0f ;
282281 const char *config_ = " " ;
You can’t perform that action at this time.
0 commit comments