mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:40:05 +00:00
Remove unused elevation variables from main window
This commit is contained in:
parent
a76816b14c
commit
3b15b11bad
1 changed files with 1 additions and 8 deletions
|
|
@ -90,10 +90,7 @@ public:
|
|||
textEventManager_ {manager::TextEventManager::Instance()},
|
||||
timelineManager_ {manager::TimelineManager::Instance()},
|
||||
updateManager_ {manager::UpdateManager::Instance()},
|
||||
maps_ {},
|
||||
elevationCuts_ {},
|
||||
elevationButtonsChanged_ {false},
|
||||
resizeElevationButtons_ {false}
|
||||
maps_ {}
|
||||
{
|
||||
mapProvider_ = map::GetMapProvider(
|
||||
settings::GeneralSettings::Instance().map_provider().GetValue());
|
||||
|
|
@ -195,13 +192,9 @@ public:
|
|||
QMenu* radarSitePresetsMenu_ {nullptr};
|
||||
|
||||
std::vector<map::MapWidget*> maps_;
|
||||
std::vector<float> elevationCuts_;
|
||||
|
||||
std::chrono::system_clock::time_point volumeTime_ {};
|
||||
|
||||
bool elevationButtonsChanged_;
|
||||
bool resizeElevationButtons_;
|
||||
|
||||
public slots:
|
||||
void UpdateMapParameters(double latitude,
|
||||
double longitude,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue