diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-01-24 00:45:18 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-01-29 08:51:37 +0200 |
| commit | 7aa215fcfa62df7534a0f29f225e697401086487 (patch) | |
| tree | 79866a384d9786add847181b360f6f54558a3730 /src/displayapp/InfiniTimeTheme.h | |
| parent | 056b0f5b3f55c10b80d639f7b24e7bf63f649393 (diff) | |
theme: Remove unused parameters
Diffstat (limited to 'src/displayapp/InfiniTimeTheme.h')
| -rw-r--r-- | src/displayapp/InfiniTimeTheme.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/displayapp/InfiniTimeTheme.h b/src/displayapp/InfiniTimeTheme.h index 5709b007..52c339dd 100644 --- a/src/displayapp/InfiniTimeTheme.h +++ b/src/displayapp/InfiniTimeTheme.h @@ -24,10 +24,4 @@ namespace Colors { * @param font_title pointer to a extra large font * @return a pointer to reference this theme later */ -lv_theme_t* lv_pinetime_theme_init(lv_color_t color_primary, - lv_color_t color_secondary, - uint32_t flags, - const lv_font_t* font_small, - const lv_font_t* font_normal, - const lv_font_t* font_subtitle, - const lv_font_t* font_title); +lv_theme_t* lv_pinetime_theme_init(); |
