From 0c29640dfdc96e1e2fd3c20e8a0c3399825c1621 Mon Sep 17 00:00:00 2001 From: thyttan <6uuxstm66@mozmail.com⁩> Date: Sun, 5 Feb 2023 14:43:43 +0100 Subject: [PATCH] ud is not used --- apps/backswipe/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backswipe/boot.js b/apps/backswipe/boot.js index 12910fbb5..1369c1949 100644 --- a/apps/backswipe/boot.js +++ b/apps/backswipe/boot.js @@ -22,7 +22,7 @@ setUI(mode, cb); }; - function goBack(lr, ud) { + function goBack(lr, _) { // if it is a left to right swipe if (lr === 1) { // if we're in an app that has a back button, run the callback for it