Skip to content

Commit 73707e7

Browse files
committed
Remove unnecesary function
1 parent 6824ce3 commit 73707e7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/js/tabs/receiver.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,6 @@ TABS.receiver.initialize = function (callback) {
430430
$('select[name="rcSmoothing-input-manual-select"]').change();
431431

432432
var rc_smoothing_auto_smoothness = $('input[name="rcSmoothingAutoSmoothness-number"]');
433-
rc_smoothing_auto_smoothness.change(function() {
434-
RX_CONFIG.rcSmoothingAutoSmoothness = $(this).val();
435-
});
436433
rc_smoothing_auto_smoothness.val(RX_CONFIG.rcSmoothingAutoSmoothness);
437434
} else {
438435
$('.tab-receiver .rcSmoothing-auto-smoothness').hide();

0 commit comments

Comments
 (0)