[refs #113] Remove unused action from blobs controller

This commit is contained in:
konstantin.grabar 2012-01-20 22:33:22 +04:00
parent 23ace52d90
commit 5d93d40693
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ class Git::BlobsController < Git::BaseController
render :text => @blob.data, :content_type => @blob.mime_type
end
def image
end
protected
def set_path
@path = params[:path]