mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Remove unused method
This commit is contained in:
@@ -166,9 +166,6 @@ class TextBuffer
|
||||
getRelativePath: ->
|
||||
@state.get('relativePath')
|
||||
|
||||
setRelativePath: (relativePath) ->
|
||||
@setPath(@project.resolve(relativePath))
|
||||
|
||||
# Sets the path for the file.
|
||||
#
|
||||
# path - A {String} representing the new file path
|
||||
|
||||
Reference in New Issue
Block a user