summaryrefslogtreecommitdiff
path: root/src/displayapp/widgets/Counter.h
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2022-05-19 22:03:20 +0300
committerJF <JF002@users.noreply.github.com>2022-06-06 21:28:03 +0200
commit6cfb45e280fa9653e860a8e112092740faa9842e (patch)
treee1805cc8b28b6a5bb44ba27feefeefb7b5c136a8 /src/displayapp/widgets/Counter.h
parentc6026aa6177f63ce7965c27ea4f07a304f61106b (diff)
Move event handlers to unnamed namespace
Diffstat (limited to 'src/displayapp/widgets/Counter.h')
-rw-r--r--src/displayapp/widgets/Counter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/widgets/Counter.h b/src/displayapp/widgets/Counter.h
index eee6e7b6..3df8b839 100644
--- a/src/displayapp/widgets/Counter.h
+++ b/src/displayapp/widgets/Counter.h
@@ -9,8 +9,6 @@ namespace Pinetime {
Counter(int min, int max);
void Create();
- static void upBtnEventHandler(lv_obj_t* obj, lv_event_t event);
- static void downBtnEventHandler(lv_obj_t* obj, lv_event_t event);
void Increment();
void Decrement();
void SetValue(int newValue);