ToolchainFactory: Remove unused typeid

Change-Id: Id13787d549312251fbe806076b9ad594ab16c2d2
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-10-08 10:38:50 +02:00
parent 051bbb1cd0
commit a004cfbdd0
7 changed files with 0 additions and 12 deletions

View File

@@ -255,7 +255,6 @@ AndroidToolChainConfigWidget::AndroidToolChainConfigWidget(AndroidToolChain *tc)
AndroidToolChainFactory::AndroidToolChainFactory()
{
setTypeId(Constants::ANDROID_TOOLCHAIN_ID);
setDisplayName(tr("Android GCC"));
}