From 36d59a42de0d41a17ad0c083ec7d47617f8d8d42 Mon Sep 17 00:00:00 2001 From: Francis Irving Date: Mon, 4 Oct 2010 01:54:07 +0100 Subject: Remove unnecessary controller functions. --- app/controllers/help_controller.rb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'app/controllers/help_controller.rb') diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index 0e4fbe136..5df701543 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -7,10 +7,9 @@ # $Id: help_controller.rb,v 1.12 2009-07-14 23:30:37 francis Exp $ class HelpController < ApplicationController - - def about - end + # we don't even have a control subroutine for most help pages, just see their templates + def unhappy @info_request = nil if params[:url_title] @@ -71,7 +70,4 @@ class HelpController < ApplicationController end - def api - end - end -- cgit v1.2.3