diff --git a/includes/class-wc-cart.php b/includes/class-wc-cart.php index 255876be4c2..d5ea1c5eb9a 100644 --- a/includes/class-wc-cart.php +++ b/includes/class-wc-cart.php @@ -1933,8 +1933,6 @@ class WC_Cart extends WC_Legacy_Cart { /** * Reset cart totals to the defaults. Useful before running calculations. - * - * @access private */ private function reset_totals() { $this->totals = $this->default_totals;