X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/38a610fd316c4d5143c2af2e71f73da6f249ac45..f5fac5d5e3365520a34dbf87126a9936ec958a3f:/app/controllers/user_roles_controller.rb diff --git a/app/controllers/user_roles_controller.rb b/app/controllers/user_roles_controller.rb index 11a1dc41e..7dad891e2 100644 --- a/app/controllers/user_roles_controller.rb +++ b/app/controllers/user_roles_controller.rb @@ -32,15 +32,6 @@ class UserRolesController < ApplicationController end end - ## - # ensure that there is a "this_user" instance variable - def lookup_this_user - unless @this_user = User.find_by_display_name(params[:display_name]) - @not_found_user = params[:display_name] - render :template => 'user/no_such_user', :status => :not_found - end - end - ## # require that the given role is valid. the role is a URL # parameter, so should always be present.