Removed unused variable

Signed-off-by: Anton Makouski <anton.makouski@gmail.com>
This commit is contained in:
Anton Makouski 2022-07-20 10:57:23 +03:00
parent a8bda5d27b
commit 607241c1f0
3 changed files with 0 additions and 3 deletions

View file

@ -13,7 +13,6 @@
@property(copy, nonatomic, readonly) NSString * speedLimit;
@property(nonatomic, readonly) BOOL isValid;
@property(nonatomic, readonly) CGFloat progress;
@property(nonatomic, readonly) CLLocation * pedestrianDirectionPosition;
@property(nonatomic, readonly) NSString * arrival;
@property(nonatomic, readonly) NSString * eta;
@property(nonatomic, readonly) NSString * speed;

View file

@ -24,7 +24,6 @@
@property(copy, nonatomic, readwrite) NSString * speedLimit;
@property(nonatomic, readwrite) BOOL isValid;
@property(nonatomic, readwrite) CGFloat progress;
@property(nonatomic, readwrite) CLLocation * pedestrianDirectionPosition;
@property(nonatomic, readwrite) NSUInteger roundExitNumber;
@property(nonatomic, readwrite) NSUInteger timeToTarget;
@property(nonatomic, readwrite) UIImage * nextTurnImage;

View file

@ -109,7 +109,6 @@ NSAttributedString *estimate(NSTimeInterval time, NSAttributedString *dot, NSStr
@property(copy, nonatomic, readwrite) NSString *speedLimit;
@property(nonatomic, readwrite) BOOL isValid;
@property(nonatomic, readwrite) CGFloat progress;
@property(nonatomic, readwrite) CLLocation *pedestrianDirectionPosition;
@property(nonatomic, readwrite) NSUInteger roundExitNumber;
@property(nonatomic, readwrite) NSUInteger timeToTarget;
@property(nonatomic, readwrite) UIImage *nextTurnImage;