... | ... |
@@ -286,13 +286,7 @@ var APClass = { |
286 | 286 |
setprop(apfd_master_sw, !getprop(apfd_master_sw)); |
287 | 287 |
}, |
288 | 288 |
func { |
289 |
- var _roll = stec55x.roll.getValue(); |
|
290 |
- if (_roll == 1 or _roll == 2 or _roll == 4) |
|
291 |
- stec55x.roll.setValue(-1); |
|
292 |
- else { |
|
293 |
- stec55x.roll.setValue(1); |
|
294 |
- call(stec55x.button.NAV, [], nil, stec55x); |
|
295 |
- } |
|
289 |
+ call(stec55x.button.NAV, [], nil, stec55x); |
|
296 | 290 |
}, |
297 | 291 |
func { |
298 | 292 |
call(stec55x.button.ALT, [], nil, stec55x); |