CheckBoxList : remove unused constant MAXLISTITEMS (replaced by MaxItems).

This commit is contained in:
Jean-François Milants
2022-09-27 21:04:40 +02:00
parent 56f315b94a
commit 2400110900
2 changed files with 3 additions and 4 deletions

View File

@@ -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 {