forked from qt-creator/qt-creator
iOS: Code cosmetics
Remove unused functions and declarations, brace style, empty lines, ... Change-Id: I1afe90484879fa93bb1feaa25d12cd4794aa0234 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -538,16 +538,6 @@ void IosDeviceManager::updateAvailableDevices(const QStringList &devices)
|
||||
}
|
||||
}
|
||||
|
||||
IosDevice::ConstPtr IosKitAspect::device(Kit *kit)
|
||||
{
|
||||
if (!kit)
|
||||
return IosDevice::ConstPtr();
|
||||
IDevice::ConstPtr dev = DeviceKitAspect::device(kit);
|
||||
IosDevice::ConstPtr res = dev.dynamicCast<const IosDevice>();
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
// Factory
|
||||
|
||||
IosDeviceFactory::IosDeviceFactory()
|
||||
|
||||
Reference in New Issue
Block a user