Remove redundant method

This commit is contained in:
Nathan Sobo
2012-06-29 11:02:36 -06:00
parent 5ea1e6f05c
commit 8a349707eb

View File

@@ -80,11 +80,6 @@ class FuzzyFinder extends View
findSelectedLi: ->
@pathList.children('li.selected')
select: ->
selectedLi = @findSelectedLi()
return unless selectedLi.length
@open(selectedLi.text())
open : (path) ->
return unless path.length
@rootView.open(path, {@allowActiveEditorChange})