Remove spurious GPU preview event

This commit is contained in:
Richard Bowman 2021-03-01 12:20:04 +00:00
parent 8624e45df4
commit 03a4f36556

View file

@ -33,7 +33,6 @@ export default {
},
set(value) {
this.$store.commit("changeIHIEnabled", value);
this.$root.$emit("globalSafeTogglePreview", value);
}
}
},