mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 18:50:05 +00:00
Remove unused newLoadStatus
This commit is contained in:
parent
d6834127db
commit
77ae293e87
1 changed files with 0 additions and 5 deletions
|
|
@ -349,17 +349,12 @@ void OverlayLayer::Render(const std::shared_ptr<MapContext>& mapContext,
|
|||
auto& settings = mapContext->settings();
|
||||
const float pixelRatio = mapContext->pixel_ratio();
|
||||
|
||||
types::RadarProductLoadStatus newLoadStatus =
|
||||
types::RadarProductLoadStatus::ProductNotLoaded;
|
||||
|
||||
ImGuiFrameStart(mapContext);
|
||||
|
||||
p->sweepTimePicked_ = false;
|
||||
|
||||
if (radarProductView != nullptr)
|
||||
{
|
||||
newLoadStatus = radarProductView->load_status();
|
||||
|
||||
scwx::util::ClockFormat clockFormat = scwx::util::GetClockFormat(
|
||||
settings::GeneralSettings::Instance().clock_format().GetValue());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue