Removed unused variable
Signed-off-by: Anton Makouski <anton.makouski@gmail.com>
This commit is contained in:
parent
a8bda5d27b
commit
607241c1f0
3 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue