Fix InfiniTime compiler warnings
This commit is contained in:
parent
95ff285991
commit
2b2aefcf6a
3 changed files with 8 additions and 15 deletions
|
|
@ -42,13 +42,6 @@ namespace {
|
|||
auto* screen = static_cast<WatchFacePineTimeStyle*>(obj->user_data);
|
||||
screen->UpdateSelected(obj, event);
|
||||
}
|
||||
|
||||
bool IsBleIconVisible(bool isRadioEnabled, bool isConnected) {
|
||||
if (!isRadioEnabled) {
|
||||
return true;
|
||||
}
|
||||
return isConnected;
|
||||
}
|
||||
}
|
||||
|
||||
WatchFacePineTimeStyle::WatchFacePineTimeStyle(DisplayApp* app,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue