Remove redundant focus tracking code.

This commit is contained in:
Jared Boone
2016-01-14 09:45:29 -08:00
parent 6e0aa79d44
commit 9fd93b0af6
2 changed files with 1 additions and 16 deletions

View File

@@ -112,9 +112,6 @@ public:
void paint(Painter& painter) override;
void on_focus() override;
void on_blur() override;
bool on_encoder(const EncoderEvent event) override;
private:
@@ -124,8 +121,6 @@ private:
EntryKey selected_key;
const EntryKey invalid_key = 0xffffffff;
bool has_focus = false;
void advance(const int32_t amount);
};