Skip to content

Commit 9e7d17b

Browse files
committed
delete unused WPNUXPrimaryButton
1 parent d2f2ba4 commit 9e7d17b

File tree

5 files changed

+1
-66
lines changed

5 files changed

+1
-66
lines changed

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5729,7 +5729,6 @@
57295729
Logging/WPAuthenticatorLogging.h,
57305730
"NSURL+IDN/NSURL+IDN.h",
57315731
NUX/WPNUXMainButton.h,
5732-
NUX/WPNUXPrimaryButton.h,
57335732
NUX/WPNUXSecondaryButton.h,
57345733
NUX/WPWalkthroughOverlayView.h,
57355734
NUX/WPWalkthroughTextField.h,

WooCommerce/WordPressAuthenticator/Extensions/FancyAlertViewController+LoginError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ extension FancyAlertViewController {
184184
return FancyAlertViewController.controllerWithConfiguration(configuration: config)
185185
}
186186

187-
/// Shows a WPWalkthroughOverlayView for a bad url error message.
187+
/// Shows a view for a bad url error message.
188188
///
189189
/// - Parameter message: The error message to show.
190190
///

WooCommerce/WordPressAuthenticator/NUX/WPNUXPrimaryButton.h

Lines changed: 0 additions & 5 deletions
This file was deleted.

WooCommerce/WordPressAuthenticator/NUX/WPNUXPrimaryButton.m

Lines changed: 0 additions & 58 deletions
This file was deleted.

WooCommerce/WordPressAuthenticator/WordPressAuthenticator.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ FOUNDATION_EXPORT const unsigned char WordPressAuthenticatorVersionString[];
1515

1616
#import <WordPressAuthenticator/WPAuthenticatorLogging.h>
1717
#import <WordPressAuthenticator/WPNUXMainButton.h>
18-
#import <WordPressAuthenticator/WPNUXPrimaryButton.h>
1918
#import <WordPressAuthenticator/WPNUXSecondaryButton.h>
2019
#import <WordPressAuthenticator/WPWalkthroughOverlayView.h>
2120
#import <WordPressAuthenticator/WPWalkthroughTextField.h>

0 commit comments

Comments
 (0)