1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

OP-42 GCS/Scope: Removed some code that was required for earlier config version upgrade. This code is not required anymore.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1951 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
banigreyling 2010-10-13 05:47:06 +00:00 committed by banigreyling
parent c2664a7843
commit 2d0196a5ea

View File

@ -72,10 +72,6 @@ ScopeGadgetConfiguration::ScopeGadgetConfiguration(QString classId, QSettings* q
qSettings->endGroup();
}
//The value is converted to milliseconds, so if it is < 100, it is still seconds
if(m_refreshInterval < 100)
m_refreshInterval *= 1000;
}
}