1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

OP-1740: GetSet use enums: tidy

This commit is contained in:
Richard von Lehe 2015-04-15 21:57:38 -05:00
parent 1ac4c63fa7
commit ef6cf262d5

View File

@ -137,7 +137,6 @@ bool UAVObjectGeneratorFlight::process_object(ObjectInfo *info)
QString dataStructures;
for (int n = 0; n < info->fields.length(); ++n) {
// Determine type
//type = fieldTypeStrC[info->fields[n]->type]; // RHV TODO: remove
type = typeList[n];
// Append field
// Check if it a named set and creates structures accordingly