From 88b7e74e3102fc8de453f22a44fd5cb4c91472e3 Mon Sep 17 00:00:00 2001 From: Zsika Phillip Date: Thu, 16 Nov 2017 15:27:02 -0800 Subject: removes unused label from sample app (#468) --- Example/Auth/Sample/MainViewController.m | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Example/Auth') diff --git a/Example/Auth/Sample/MainViewController.m b/Example/Auth/Sample/MainViewController.m index 5e739b7..9a50c18 100644 --- a/Example/Auth/Sample/MainViewController.m +++ b/Example/Auth/Sample/MainViewController.m @@ -79,11 +79,6 @@ static NSString *const kUserInfoButtonText = @"[Show User Info]"; */ static NSString *const kSetPhotoURLText = @"Set Photo url"; -/** @var kSignInButtonText - @brief The text of the "Sign In" button. - */ -static NSString *const kSignInButtonText = @"Sign In (HEADFUL)"; - /** @var kSignInGoogleButtonText @brief The text of the "Google SignIn" button. */ -- cgit v1.2.3