mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 10:38:45 -04:00
Map: Remove unneeded code
This commit is contained in:
parent
080a3f5ae3
commit
4010ca6f75
@ -4397,7 +4397,7 @@ void ADSBDemodGUI::showEvent(QShowEvent *event)
|
||||
{
|
||||
// Workaround for https://bugreports.qt.io/browse/QTBUG-100333
|
||||
// MapQuickItems can be in wrong position when window is first displayed
|
||||
m_redrawMapTimer.start(500);
|
||||
m_redrawMapTimer.start(500);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -285,7 +285,6 @@ MapGUI::~MapGUI()
|
||||
delete m_webServer;
|
||||
}
|
||||
delete ui;
|
||||
ui = nullptr;
|
||||
}
|
||||
|
||||
// Update a map item or image
|
||||
|
Loading…
Reference in New Issue
Block a user