1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-22 23:04:23 +02:00

Remove all the remaining obscure micro-optimizations

This commit is contained in:
2021-07-01 08:54:48 +02:00
parent f77e428eeb
commit f4d0c7f032
8 changed files with 25 additions and 39 deletions

View File

@ -125,7 +125,7 @@ bool RMap::parseIMP(const QByteArray &data)
}
}
const GCS &gcs = GCS::gcs(datum);
GCS gcs(GCS::gcs(datum));
if (gcs.isNull()) {
_errorString = datum + ": unknown/invalid datum";
return false;