summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 6b5270eb7e..a582afa76b 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -888,10 +888,6 @@ long gui_wps_show(void)
888 { 888 {
889 ab_jump_to_A_marker(); 889 ab_jump_to_A_marker();
890 break; 890 break;
891#if (AB_REPEAT_ENABLE == 2)
892 } else {
893 ab_reset_markers();
894#endif
895 } 891 }
896 } 892 }
897 else 893 else
@@ -915,10 +911,6 @@ long gui_wps_show(void)
915 { 911 {
916 ab_jump_to_A_marker(); 912 ab_jump_to_A_marker();
917 break; 913 break;
918#if (AB_REPEAT_ENABLE == 2)
919 } else {
920 ab_reset_markers();
921#endif
922 } 914 }
923 } 915 }
924 else 916 else