aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/general_controller.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-06-05 14:20:07 +0100
committerLouise Crow <louise.crow@gmail.com>2013-06-05 14:22:51 +0100
commita4a18b94efcf139455165cf01b0359a479e91344 (patch)
tree1d5a231089d4e992102aca45f9c23f5983c5d686 /app/controllers/general_controller.rb
parentc8004149c31d1ae6dc48300775dbad48f81fb522 (diff)
Remove support for theme stylesheet inclusion via template deprecated in version 0.5. Closes #972.
Diffstat (limited to 'app/controllers/general_controller.rb')
-rw-r--r--app/controllers/general_controller.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/controllers/general_controller.rb b/app/controllers/general_controller.rb
index 52b4b3e0e..15f5df840 100644
--- a/app/controllers/general_controller.rb
+++ b/app/controllers/general_controller.rb
@@ -209,12 +209,6 @@ class GeneralController < ApplicationController
@feed_autodetect = [ { :url => do_track_url(@track_thing, 'feed'), :title => @track_thing.params[:title_in_rss], :has_json => true } ]
end
- def custom_css
- long_cache
- @locale = self.locale_from_params()
- render(:layout => false, :content_type => 'text/css')
- end
-
# Handle requests for non-existent URLs - will be handled by ApplicationController::render_exception
def not_found
raise RouteNotFound