1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

Remove obsolete code

This commit is contained in:
Jon Beniston 2022-03-21 10:16:47 +00:00
parent 5ec2133782
commit 54410f8154

View File

@ -232,7 +232,6 @@ MapGUI::MapGUI(PluginAPI* pluginAPI, FeatureUISet *featureUISet, Feature *featur
}
// Create antenna at My Position
//m_antennaMapItem.setName(new QString(MainCore::instance()->getSettings().getStationName()));
m_antennaMapItem.setName(new QString("Station"));
m_antennaMapItem.setLatitude(stationLatitude);
m_antennaMapItem.setLongitude(stationLongitude);