mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Removed unused code
This commit is contained in:
@@ -184,7 +184,6 @@ namespace BlackGui
|
||||
{
|
||||
if (!code.hasCompleteData()) { return; }
|
||||
if (!code.hasValidDbKey()) { return; }
|
||||
// if (this->m_originalLivery.getAirlineIcaoCode() == code) { return; } // avoid redundant updates
|
||||
|
||||
const CLivery stdLivery(sGui->getWebDataServices()->getLiveries().findStdLiveryByAirlineIcaoDesignator(code));
|
||||
if (stdLivery.hasValidDbKey())
|
||||
|
||||
Reference in New Issue
Block a user