housekeeping

This commit is contained in:
scawful
2024-08-25 15:40:14 -04:00
parent 36cc07525b
commit 7e0f38ef0f
4 changed files with 3 additions and 13 deletions

View File

@@ -111,14 +111,11 @@ class MessageEditor : public Editor, public SharedRom {
private:
bool skip_next = false;
bool from_form = false;
bool data_loaded_ = false;
int text_line_ = 0;
int text_position_ = 0;
int shown_lines_ = 0;
int selected_tile = 0;
int current_message_id_ = 0;
uint8_t width_array[100];