src: Removed backwards compatibility to Coati (.coatiproject, .coatidb)

This commit is contained in:
Eberhard Graether
2019-11-17 16:22:35 +01:00
parent b5e0387f1e
commit 9ab724ae47
11 changed files with 4 additions and 65 deletions
@@ -213,7 +213,7 @@ void CommandLineParser::processProjectfile()
return;
}
if (m_projectFile.extension() != L".srctrlprj" && m_projectFile.extension() != L".coatiproject")
if (m_projectFile.extension() != L".srctrlprj")
{
m_errorString = errorstring + L" has a wrong file ending";
m_projectFile = FilePath();