mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
🔥 unused method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user