From 2b2aefcf6a3b187c432e90d4b4e951cb10e293ef Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Tue, 14 Jun 2022 09:48:00 +0300 Subject: Fix InfiniTime compiler warnings --- src/displayapp/screens/WatchFacePineTimeStyle.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/displayapp/screens/WatchFacePineTimeStyle.cpp') diff --git a/src/displayapp/screens/WatchFacePineTimeStyle.cpp b/src/displayapp/screens/WatchFacePineTimeStyle.cpp index dad2f4c7..63b421da 100644 --- a/src/displayapp/screens/WatchFacePineTimeStyle.cpp +++ b/src/displayapp/screens/WatchFacePineTimeStyle.cpp @@ -42,13 +42,6 @@ namespace { auto* screen = static_cast(obj->user_data); screen->UpdateSelected(obj, event); } - - bool IsBleIconVisible(bool isRadioEnabled, bool isConnected) { - if (!isRadioEnabled) { - return true; - } - return isConnected; - } } WatchFacePineTimeStyle::WatchFacePineTimeStyle(DisplayApp* app, -- cgit v1.2.3-70-g09d2