diff options
author | Grant Limberg <grant.limberg@zerotier.com> | 2016-10-17 12:31:59 -0700 |
---|---|---|
committer | Grant Limberg <grant.limberg@zerotier.com> | 2016-10-17 12:31:59 -0700 |
commit | c44c3b053030d57afaf70790e82e69d14c736a83 (patch) | |
tree | 8687a49823dd3c334ee26fe6b1ae60c481b7d046 | |
parent | 46e9c1195cc232d99f53107c01a01f5ada3e8f8a (diff) | |
download | infinitytier-c44c3b053030d57afaf70790e82e69d14c736a83.tar.gz infinitytier-c44c3b053030d57afaf70790e82e69d14c736a83.zip |
cleanup
-rw-r--r-- | ZeroTier One/JoinNetworkViewController.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ZeroTier One/JoinNetworkViewController.m b/ZeroTier One/JoinNetworkViewController.m index e75cc841..d51f7de0 100644 --- a/ZeroTier One/JoinNetworkViewController.m +++ b/ZeroTier One/JoinNetworkViewController.m @@ -16,7 +16,6 @@ NSString * const JoinedNetworksKey = @"com.zerotier.one.joined-networks"; @interface NSString (extra) - (BOOL)contains:(NSString*)find; -//- (NSString*)trunc:(NSInteger)length trailing:(NSString*)trailing; @end @@ -26,10 +25,6 @@ NSString * const JoinedNetworksKey = @"com.zerotier.one.joined-networks"; NSRange range = [self rangeOfString:find]; return range.location != NSNotFound; } -// -//- (NSString*)trunc:(NSInteger)length trailing:(NSString*)trailing { -// -//} @end |