Skip to content

Commit f1d48d8

Browse files
committed
chore: remove unnecessary code
1 parent a6717d8 commit f1d48d8

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

lib/common/definitions/mobile.d.ts

-4
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ declare module Mobile {
8181
imageIdentifier?: string;
8282
}
8383

84-
interface IIOSWatchSimulatorDevice extends IDeviceInfo{
85-
86-
}
87-
8884
interface IDeviceError extends Error, IDeviceIdentifier { }
8985

9086
interface IDeviceIdentifier {

lib/common/mobile/ios/simulator/ios-simulator-device.ts

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export class IOSSimulator extends IOSDeviceBase implements Mobile.IiOSDevice {
1010
public applicationManager: Mobile.IDeviceApplicationManager;
1111
public fileSystem: Mobile.IDeviceFileSystem;
1212
public deviceInfo: Mobile.IDeviceInfo;
13-
public watchSimulator: Mobile.IIOSWatchSimulatorDevice;
1413

1514
constructor(private simulator: Mobile.IiSimDevice,
1615
private $devicePlatformsConstants: Mobile.IDevicePlatformsConstants,

0 commit comments

Comments
 (0)