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

@@ -372,7 +372,6 @@ namespace Internal {
CustomToolChainFactory::CustomToolChainFactory()
{
setTypeId(Constants::CUSTOM_TOOLCHAIN_TYPEID);
setDisplayName(tr("Custom"));
}