Removed no longer used stuff

This commit is contained in:
Roman Cervantes 2019-02-07 23:01:15 -07:00
parent 79dcc95701
commit ee375145fe
4 changed files with 0 additions and 6 deletions

View file

@ -24,7 +24,6 @@ export default {
CLEAR_SESSION(state) {
state.user = null;
state.authorizing = false;
state.activeList = null;
state.gameLists = {};
state.settings = null;
@ -39,10 +38,6 @@ export default {
state.results = results;
},
SET_AUTHORIZING_STATUS(state, status) {
state.authorizing = status;
},
CLEAR_SEARCH_RESULTS(state) {
state.results = [];
},

View file

@ -1,6 +1,5 @@
export default {
user: null,
authorizing: false,
activeList: null,
gameLists: {},
settings: null,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB