Removed unused code

This commit is contained in:
Klaus Basan
2016-05-26 02:32:49 +02:00
parent cd8d06c0b5
commit 46d849830f

View File

@@ -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())