summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2024-06-20 01:40:05 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2024-06-20 11:14:27 -0400
commit4d0d41a0f434842636a65b3bb230b83c2c5c50b1 (patch)
tree6f0e9d58d191e4c4592222f4e7e5e31ede0fc26a /apps/gui/wps.c
parent547b6a570dbad844e79b4ba5eb934f043bab6318 (diff)
downloadrockbox-4d0d41a0f434842636a65b3bb230b83c2c5c50b1.tar.gz
rockbox-4d0d41a0f434842636a65b3bb230b83c2c5c50b1.zip
[Cleanup] abrepeat.c
ab_repeat_init() doesn't do anything and some of the checks are redundant Change-Id: Icc861c57b119f541c0cbdb9e0074b78f1f4f10bb
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 260730c4a1..0de805bd02 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -692,7 +692,6 @@ long gui_wps_show(void)
692 long last_left = 0, last_right = 0; 692 long last_left = 0, last_right = 0;
693 struct wps_state *state = get_wps_state(); 693 struct wps_state *state = get_wps_state();
694 694
695 ab_repeat_init();
696 ab_reset_markers(); 695 ab_reset_markers();
697 696
698 wps_state_init(); 697 wps_state_init();