mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:50:06 +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();
|
auto& settings = mapContext->settings();
|
||||||
const float pixelRatio = mapContext->pixel_ratio();
|
const float pixelRatio = mapContext->pixel_ratio();
|
||||||
|
|
||||||
types::RadarProductLoadStatus newLoadStatus =
|
|
||||||
types::RadarProductLoadStatus::ProductNotLoaded;
|
|
||||||
|
|
||||||
ImGuiFrameStart(mapContext);
|
ImGuiFrameStart(mapContext);
|
||||||
|
|
||||||
p->sweepTimePicked_ = false;
|
p->sweepTimePicked_ = false;
|
||||||
|
|
||||||
if (radarProductView != nullptr)
|
if (radarProductView != nullptr)
|
||||||
{
|
{
|
||||||
newLoadStatus = radarProductView->load_status();
|
|
||||||
|
|
||||||
scwx::util::ClockFormat clockFormat = scwx::util::GetClockFormat(
|
scwx::util::ClockFormat clockFormat = scwx::util::GetClockFormat(
|
||||||
settings::GeneralSettings::Instance().clock_format().GetValue());
|
settings::GeneralSettings::Instance().clock_format().GetValue());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue