diff --git a/src/text-buffer.coffee b/src/text-buffer.coffee index 13e2a6caa..82b432b65 100644 --- a/src/text-buffer.coffee +++ b/src/text-buffer.coffee @@ -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