mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Reintroduce Heartrate Zone Summary on RideSummary Window
The refactoring of the summary window to use metricDB and the introduction of HR zone config in options removed (temporarily) the table on ride summary. This patch re-introduces it.
This commit is contained in:
@@ -146,13 +146,11 @@ int RideItem::numZones()
|
||||
return (zone_range >= 0) ? zones->numZones(zone_range) : 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
int RideItem::numHrZones()
|
||||
{
|
||||
int hr_zone_range = hrZoneRange();
|
||||
return (hr_zone_range >= 0) ? hrZones->numZones(hr_zone_range) : 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user