From f5aac9610c274dad33c071fcdd9d2ab6b3d85f0d Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 27 Jun 2016 21:13:45 -0700 Subject: [PATCH] Fix compiler warning (#13) * Fix compiler warning by removing lingering code. * fix comment // FREEBIE --- src/Protocols/ContactsManagerProtocol.h | 1 - src/Protocols/UserPreferences.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Protocols/ContactsManagerProtocol.h b/src/Protocols/ContactsManagerProtocol.h index 6ab1f7839..cf2061518 100644 --- a/src/Protocols/ContactsManagerProtocol.h +++ b/src/Protocols/ContactsManagerProtocol.h @@ -14,7 +14,6 @@ - (NSString *)nameStringForPhoneIdentifier:(NSString *)phoneNumber; + (BOOL)name:(NSString *)nameString matchesQuery:(NSString *)queryString; -+ (BOOL)phoneNumber:(PhoneNumber *)phoneNumber matchesQuery:(NSString *)queryString; #if TARGET_OS_IPHONE - (UIImage *)imageForPhoneIdentifier:(NSString *)phoneNumber; diff --git a/src/Protocols/UserPreferences.h b/src/Protocols/UserPreferences.h index b2d08e95f..fedc4d935 100644 --- a/src/Protocols/UserPreferences.h +++ b/src/Protocols/UserPreferences.h @@ -1,5 +1,5 @@ // -// ContactsManagerProtocol.h +// UserPreferences.h // Pods // // Created by Frederic Jacobs on 05/12/15.