From 7aa215fcfa62df7534a0f29f225e697401086487 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Tue, 24 Jan 2023 00:45:18 +0200 Subject: theme: Remove unused parameters --- src/displayapp/InfiniTimeTheme.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/displayapp/InfiniTimeTheme.h') 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(); -- cgit v1.2.3-70-g09d2