summaryrefslogtreecommitdiffstats
path: root/screen_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'screen_ui.h')
-rw-r--r--screen_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen_ui.h b/screen_ui.h
index 9bbdbf5df..0d7b9e86e 100644
--- a/screen_ui.h
+++ b/screen_ui.h
@@ -164,7 +164,7 @@ class ScreenRecoveryUI : public RecoveryUI {
// Log text overlay, displayed when a magic key is pressed.
char** text_;
- size_t text_col_, text_row_, text_top_;
+ size_t text_col_, text_row_;
bool show_text;
bool show_text_ever; // has show_text ever been true?