X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6e3d183c40a6b5c0d01352531e00d577e314c98c..21d60e359a6e972731e0385c51dd86536b7ea777:/app/controllers/application_controller.rb diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 8322201ff..618f08a1f 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -389,12 +389,6 @@ class ApplicationController < ActionController::Base render :action => "timeout" end - ## - # is the requestor logged in? - def logged_in? - !@user.nil? - end - ## # ensure that there is a "this_user" instance variable def lookup_this_user