SITL: remove duplicate

This commit is contained in:
Pierre Kancir 2016-12-01 16:59:14 +01:00 committed by Lucas De Marchi
parent 421524951f
commit a5161edc97

View File

@ -40,8 +40,6 @@ QuadPlane::QuadPlane(const char *home_str, const char *frame_str) :
frame_type = "hexa";
} else if (strstr(frame_str, "-plus")) {
frame_type = "+";
} else if (strstr(frame_str, "-plus")) {
frame_type = "+";
} else if (strstr(frame_str, "-y6")) {
frame_type = "y6";
} else if (strstr(frame_str, "-tri")) {