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