From 7874b0a74c17e70ed0614a753a52252b8b178845 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 23 Nov 2017 13:59:49 -0500 Subject: [PATCH] Fix compilation warning --- UI/Contacts/UIxContactView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Contacts/UIxContactView.h b/UI/Contacts/UIxContactView.h index abffaa1ed..f27911392 100644 --- a/UI/Contacts/UIxContactView.h +++ b/UI/Contacts/UIxContactView.h @@ -36,7 +36,7 @@ } //- (NSString *) fullName; -- (NSArray *) orgUnits; +//- (NSArray *) orgUnits; - (NSString *) photoURL; @end