Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Commit f1650ce

Browse files
author
Andres Ugarte
committed
Remove more dead code
1 parent db0d756 commit f1650ce

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/core/RMXRemixer.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ NS_ASSUME_NONNULL_BEGIN
3434
/** Stops the current Remixer session. */
3535
+ (void)stop;
3636

37-
/** Sends an invitation to the web dashboard. */
38-
+ (void)sendEmailInvite;
39-
4037
/** A unique session id. */
4138
+ (NSString *)sessionId;
4239

src/core/UI/RMXOverlayViewController.m

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ - (void)viewDidLoad {
9191
[(UIButton *)item.leftBarButtonItem.customView addTarget:self
9292
action:@selector(dismissOverlay:)
9393
forControlEvents:UIControlEventTouchUpInside];
94-
[(UIButton *)item.rightBarButtonItem.customView addTarget:self
95-
action:@selector(sendEmailInvite:)
96-
forControlEvents:UIControlEventTouchUpInside];
9794
_panGestureRecognizer =
9895
[[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(didPan:)];
9996
_panGestureRecognizer.delegate = self;
@@ -228,10 +225,6 @@ - (void)reloadData {
228225
[self.view.tableView reloadData];
229226
}
230227

231-
- (void)sendEmailInvite:(id)sender {
232-
[RMXRemixer sendEmailInvite];
233-
}
234-
235228
#pragma mark - UITableViewDataSource
236229

237230
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {

0 commit comments

Comments
 (0)