summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLScaleBar.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLScaleBar.h')
-rw-r--r--platform/ios/src/MGLScaleBar.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/platform/ios/src/MGLScaleBar.h b/platform/ios/src/MGLScaleBar.h
deleted file mode 100644
index 77fd6736b5..0000000000
--- a/platform/ios/src/MGLScaleBar.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#import <UIKit/UIKit.h>
-#import <CoreLocation/CoreLocation.h>
-
-@interface MGLScaleBar : UIView
-
-// Sets the scale and redraws the scale bar
-@property (nonatomic, assign) CLLocationDistance metersPerPoint;
-
-@end