Remove unused variable

This commit is contained in:
Kevin Sawicki
2013-01-05 19:11:43 -08:00
parent af3d3bf4cc
commit 0217bb9ce0

View File

@@ -21,7 +21,6 @@ class DirectoryView extends View
initialize: ({@directory, isExpanded, @project, parent} = {}) ->
@expand() if isExpanded
@disclosureArrow.on 'click', => @toggleExpansion()
repositoryPath = parent?.getPath() or @directory.getPath()
@directoryName.addClass('ignored') if @project.repo.isPathIgnored(@directory.getPath())
getPath: ->