Remove dead code

(cherry picked from commit 42a5a48816)
This commit is contained in:
Matt-Yorkley
2023-05-21 15:15:31 +01:00
committed by David Cook
parent 2453084a6b
commit aca72e6071

View File

@@ -75,8 +75,7 @@ module Spree
)
}
delegate_belongs_to :master, :sku, :price, :currency, :display_amount, :display_price, :weight,
:height, :width, :depth, :is_master, :cost_currency,
delegate_belongs_to :master, :sku, :price, :currency, :display_amount, :display_price,
:price_in, :amount_in, :unit_value, :unit_description
delegate :images_attributes=, :display_as=, to: :master