Skip to content

Commit

Permalink
Merge pull request #751 from alphagov/remove-unused-method
Browse files Browse the repository at this point in the history
Remove unused method
  • Loading branch information
tijmenb authored Feb 9, 2018
2 parents 09f9040 + b34c01c commit 082e2f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controllers/content_items_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ def with_locale
I18n.with_locale(@content_item.locale || I18n.default_locale) { yield }
end

def setup_content_navigation_ab_testing
set_content_navigation_response_header
end

def presenter_name(content_item)
if service_sign_in_format?(content_item["schema_name"])
return service_sign_in_presenter_name(content_item)
Expand Down

0 comments on commit 082e2f5

Please sign in to comment.