Commit 0c8c9543 authored by Jacob Schatz's avatar Jacob Schatz Committed by Eric Eastwood

Remove `getStateKey` and `setstateKey`. Not used ATM.

parent 94bb7feb
...@@ -264,14 +264,6 @@ const RepoHelper = { ...@@ -264,14 +264,6 @@ const RepoHelper = {
return RepoHelper.Time.now().toFixed(3); return RepoHelper.Time.now().toFixed(3);
}, },
getStateKey() {
return RepoHelper.key;
},
setStateKey(key) {
RepoHelper.key = key;
},
toURL(url, title) { toURL(url, title) {
const history = window.history; const history = window.history;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment