From dbb1200e1b6cec2ee0643125070d9d8ef5dd2aca Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Tue, 16 Jun 2015 14:54:01 -0700 Subject: [PATCH] :fire: unused method --- src/browser/atom-application.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/browser/atom-application.coffee b/src/browser/atom-application.coffee index d451c2457..b35bd5b5b 100644 --- a/src/browser/atom-application.coffee +++ b/src/browser/atom-application.coffee @@ -449,9 +449,6 @@ class AtomApplication if states.length > 0 or allowEmpty @storageFolder.store('application.json', states) - hasEditorWindows: -> - @windows.some (window) -> not window.isSpec - loadState: -> if (states = @storageFolder.load('application.json'))?.length > 0 for state in states