From aa8a332bd0aea323a4d5bcc884d74c263bd39444 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 15 Aug 2007 21:29:48 +0000 Subject: [PATCH] ActionItem0: removing unused stuff --- app/controllers/edit_template_controller.rb | 6 ------ app/views/layouts/application.rhtml | 2 -- 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/app/controllers/edit_template_controller.rb b/app/controllers/edit_template_controller.rb index 599e7c8..047d057 100644 --- a/app/controllers/edit_template_controller.rb +++ b/app/controllers/edit_template_controller.rb @@ -24,10 +24,4 @@ class EditTemplateController < ApplicationController redirect_to :action => 'design_editor' end - ############################################################ - # FIXME: design_editor stuff: MOVE this to design plugin - ############################################################ - - include EditTemplateHelper - end diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index b0ec42c..a04519c 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -12,8 +12,6 @@ <%= image_tag 'loading.gif', :id => 'spinner', :style => "display:none; float:right;" %>
-
-