Merge "Remove dead code in gr-storage"

This commit is contained in:
David Pursehouse
2019-09-15 02:10:18 +00:00
committed by Gerrit Code Review

View File

@@ -76,14 +76,6 @@
this._storage.removeItem(this._getEditableContentKey(key));
},
getPreferences() {
return this._getObject('localPrefs');
},
savePreferences(localPrefs) {
this._setObject('localPrefs', localPrefs || null);
},
_getDraftKey(location) {
const range = location.range ?
`${location.range.start_line}-${location.range.start_character}` +