Remove unreachable, nonsensical code
authorColeman Watts <coleman@civicrm.org>
Sat, 15 Jan 2022 20:32:18 +0000 (15:32 -0500)
committerColeman Watts <coleman@civicrm.org>
Sat, 15 Jan 2022 20:32:18 +0000 (15:32 -0500)
commit675db1a88dfe6d432fe7aabe37cf91a2a1df81c4
tree686a7be84a64681fac17605f81a327ed19ffe944
parentd8f1765d1e55916193ce5a65db6960b9dafd5479
Remove unreachable, nonsensical code

This block of code appears to be unreachable, because the contribution page
wizard is never frozen in "view" mode.
If it were reachable, it would do nothing sensible, as the button would link
to a completely unrelated page (configure custom data) and the link would be
broken because it is incorrectly bypassing `CRM_Utils_System::url()`.
CRM/Contribute/Form/ContributionPage.php