removing unused index actions.

This commit is contained in:
Andrew Davidson 2009-10-29 03:56:09 -07:00
parent b3ac631a55
commit 51916c0762
4 changed files with 0 additions and 18 deletions

View file

@ -1,15 +1,6 @@
class FlickrController < ApplicationController
require 'flickraw'
@@flickr_id = "13827925@N00"
def index
respond_to do |format|
format.html
format.xml
end
end
def photo
@pid = params[:id]

View file

@ -1,14 +1,5 @@
class ScreenshotController < ApplicationController
def index
@screenshots = "x"
respond_to do |format|
format.html
format.xml
end
end
def single
@fpath = "screenshots/" + params[:filename]
fabsolute = RAILS_ROOT + "/public/images/screenshots/" + params[:filename]