From 09075954c83c01e41ec224d0e8a4a680c8d6b198 Mon Sep 17 00:00:00 2001 From: Diogo Ferreira Date: Tue, 19 Jan 2016 09:56:05 -0800 Subject: Revert "charger_mode: Set font as 'log'" This reverts commit e406b65d73a4841afc4c0b619fe8e776f05937b0. Reverting since the font is not used by the default board file and can be easily customized through a custom one. Change-Id: Ic5c781796c7bcf87939410e6fc3d2f6043906356 --- healthd/healthd_mode_charger.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'healthd') diff --git a/healthd/healthd_mode_charger.cpp b/healthd/healthd_mode_charger.cpp index 7c999b3..1b6e216 100644 --- a/healthd/healthd_mode_charger.cpp +++ b/healthd/healthd_mode_charger.cpp @@ -448,7 +448,6 @@ static void update_screen_state(struct charger *charger, int64_t now) } gr_init(); - gr_set_font("log"); gr_font_size(&char_width, &char_height); #ifndef CHARGER_DISABLE_INIT_BLANK -- cgit v1.1