summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.c')
-rw-r--r--apps/gui/gwps.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/gwps.c b/apps/gui/gwps.c
index 1f90077baa..c1e7606634 100644
--- a/apps/gui/gwps.c
+++ b/apps/gui/gwps.c
@@ -211,8 +211,6 @@ long gui_wps_show(void)
211 if (button != ACTION_NONE) { 211 if (button != ACTION_NONE) {
212 break; 212 break;
213 } 213 }
214 else if (button == SYS_FOURHERTZ)
215 default_event_handler(button);
216 peak_meter_peek(); 214 peak_meter_peek();
217 sleep(0); /* Sleep until end of current tick. */ 215 sleep(0); /* Sleep until end of current tick. */
218 216