Remove dead code in gr-storage

Change-Id: Id1e024c21f9f41d67654cbbcabc4af0595a105e0
This commit is contained in:
Tao Zhou
2019-09-03 15:22:46 +02:00
parent 237b8671bc
commit 44b562c07f

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}` +