summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXFrameTimeGraphView.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/app/MBXFrameTimeGraphView.h')
-rw-r--r--platform/ios/app/MBXFrameTimeGraphView.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/platform/ios/app/MBXFrameTimeGraphView.h b/platform/ios/app/MBXFrameTimeGraphView.h
deleted file mode 100644
index 9c3f6f8c32..0000000000
--- a/platform/ios/app/MBXFrameTimeGraphView.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#import <UIKit/UIKit.h>
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface MBXFrameTimeGraphView : UIView
-
-- (void)updatePathWithFrameDuration:(CFTimeInterval)frameDuration;
-
-@end
-
-NS_ASSUME_NONNULL_END