Remove duplicate selected time function

This commit is contained in:
Dan Paulat 2024-02-16 22:26:14 -06:00
parent 2d6181b12a
commit e41e35bfc4
3 changed files with 1 additions and 8 deletions

View file

@ -442,7 +442,7 @@ std::chrono::system_clock::time_point MapWidget::GetSelectedTime() const
if (radarProductView != nullptr)
{
// Select the time associated with the active radar product
time = radarProductView->GetSelectedTime();
time = radarProductView->selected_time();
}
return time;