1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-31 06:12:26 -04:00

Map: Remove unneeded code

This commit is contained in:
Jon Beniston 2022-03-23 09:05:56 +00:00
parent 080a3f5ae3
commit 4010ca6f75
2 changed files with 1 additions and 2 deletions

View File

@ -285,7 +285,6 @@ MapGUI::~MapGUI()
delete m_webServer; delete m_webServer;
} }
delete ui; delete ui;
ui = nullptr;
} }
// Update a map item or image // Update a map item or image