1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

Don't need to call updated() in the SetConfigData because the ConfigTaskWidget

architecture will call that
This commit is contained in:
James Cotton 2012-07-27 20:38:50 -05:00
parent a75ed21012
commit 150139b711

View File

@ -105,7 +105,6 @@ void VehicleConfig::SetConfigData(GUIConfigDataUnion configData) {
systemSettingsData.GUIConfigData[i] = configData.UAVObject[i];
systemSettings->setData(systemSettingsData);
systemSettings->updated();
//emit ConfigurationChanged();
}