X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/38a610fd316c4d5143c2af2e71f73da6f249ac45..9d2fed811fd37577bf5cce8e8fe03d2097852428:/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.