mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:00:05 +00:00
Remove duplicate selected time function
This commit is contained in:
parent
2d6181b12a
commit
e41e35bfc4
3 changed files with 1 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue