mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove unused StorageFolder::store method (moved state to IndexedDB)
This commit is contained in:
@@ -11,11 +11,6 @@ class StorageFolder
|
||||
|
||||
fs.writeFileSync(@pathForKey(name), JSON.stringify(object), 'utf8')
|
||||
|
||||
store: (name, object) ->
|
||||
return unless @path?
|
||||
|
||||
fs.writeFile(@pathForKey(name), JSON.stringify(object), 'utf8')
|
||||
|
||||
load: (name) ->
|
||||
return unless @path?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user