1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

comment cleanup

This commit is contained in:
romolo.manfredini@gmail.com 2012-07-31 22:10:06 +00:00
parent 9f0f9f93a2
commit 0796cda8c9

View file

@ -1204,7 +1204,6 @@ void checkTrims()
if ((before<after && after>TRIM_MAX) || (before>after && after<TRIM_MIN)) {
if (!g_model.extendedTrims) after = before;
// beepTrim = 2; // no repetition, it could be dangerous
}
if (after < TRIM_EXTENDED_MIN) {