mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +00:00
Removed no longer used stuff
This commit is contained in:
parent
79dcc95701
commit
ee375145fe
4 changed files with 0 additions and 6 deletions
|
@ -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 = [];
|
||||
},
|
||||
|
|
|
@ -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 |
Loading…
Reference in a new issue