summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/CheckboxList.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-09-27 21:04:40 +0200
committerJean-François Milants <jf@codingfield.com>2022-09-27 21:04:40 +0200
commit2400110900fbc69007f892295e734d083739bd0d (patch)
tree9fdd667ae3c8d3f949a4984f1cc9221571506e97 /src/displayapp/screens/CheckboxList.h
parent56f315b94acc45e2175e030fca31cf8b56e36b93 (diff)
CheckBoxList : remove unused constant MAXLISTITEMS (replaced by MaxItems).
Diffstat (limited to 'src/displayapp/screens/CheckboxList.h')
-rw-r--r--src/displayapp/screens/CheckboxList.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/displayapp/screens/CheckboxList.h b/src/displayapp/screens/CheckboxList.h
index 68280edd..5bdd143e 100644
--- a/src/displayapp/screens/CheckboxList.h
+++ b/src/displayapp/screens/CheckboxList.h
@@ -3,12 +3,11 @@
#include <lvgl/lvgl.h>
#include <cstdint>
#include <memory>
+#include <array>
#include "displayapp/screens/Screen.h"
#include "displayapp/Apps.h"
#include "components/settings/Settings.h"
-#define MAXLISTITEMS 4
-
namespace Pinetime {
namespace Applications {
namespace Screens {