Skip to content

Commit

Permalink
removed unused mutation and redudant whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DustSwiffer committed Nov 26, 2023
1 parent 75ffe57 commit d95aeaf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/components/settings/SettingsHeightmapTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export default class SettingsHeightmapTab extends Mixins(BaseMixin) {
text: this.$t('Settings.HeightmapTab.Schemes.GrayScale'),
value: 'grayScale',
},
]
}
Expand Down
2 changes: 0 additions & 2 deletions src/store/gui/heightmap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {Module} from "vuex";
import {HeightmapState} from "./types";
import {getters} from "./getters";
import {actions} from "./actions";
import {mutations} from "./mutations";

export const getDefaultState = (): HeightmapState => {
return {
Expand All @@ -17,5 +16,4 @@ export const heightmap: Module<HeightmapState, any> = {
state,
getters,
actions,
mutations,
}
5 changes: 0 additions & 5 deletions src/store/gui/heightmap/mutations.ts

This file was deleted.

0 comments on commit d95aeaf

Please sign in to comment.