mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Remove handling of old grammarOverridesByPath serialization key
This commit is contained in:
@@ -1116,11 +1116,6 @@ class AtomEnvironment {
|
||||
async deserialize (state) {
|
||||
if (!state) return Promise.resolve()
|
||||
|
||||
const grammarOverridesByPath = state.grammars && state.grammars.grammarOverridesByPath
|
||||
if (grammarOverridesByPath) {
|
||||
this.grammars.grammarOverridesByPath = grammarOverridesByPath
|
||||
}
|
||||
|
||||
this.setFullScreen(state.fullScreen)
|
||||
|
||||
const missingProjectPaths = []
|
||||
|
||||
Reference in New Issue
Block a user