From ed09e4e33f94ba6c5ed6366528423338aa9f8536 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Wed, 2 Oct 2013 16:52:40 -0700 Subject: [PATCH] Remove unused method --- src/text-buffer.coffee | 3 --- 1 file changed, 3 deletions(-) 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