summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/keyboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/recorder/keyboard.c b/apps/recorder/keyboard.c
index 8e82ab58f9..787876004a 100644
--- a/apps/recorder/keyboard.c
+++ b/apps/recorder/keyboard.c
@@ -288,7 +288,7 @@ int kbd_input(char* text, int buflen)
288#endif 288#endif
289 289
290 char outline[256]; 290 char outline[256];
291 int button, lastbutton = 0; 291 int button;
292#ifdef HAS_BUTTONBAR 292#ifdef HAS_BUTTONBAR
293 struct gui_buttonbar buttonbar; 293 struct gui_buttonbar buttonbar;
294 bool buttonbar_config = global_settings.buttonbar; 294 bool buttonbar_config = global_settings.buttonbar;
@@ -998,7 +998,6 @@ int kbd_input(char* text, int buflen)
998 } 998 }
999 if (button != BUTTON_NONE) 999 if (button != BUTTON_NONE)
1000 { 1000 {
1001 lastbutton = button;
1002 cur_blink = true; 1001 cur_blink = true;
1003 } 1002 }
1004 } 1003 }