[web] Remove unused method

This commit is contained in:
Alain Nussbaumer 2023-07-24 19:22:24 +02:00
parent c9a35c7346
commit ca30b82e9a

View File

@ -49,14 +49,6 @@ export default {
}
},
computed: {
media_kind_resolved() {
return this.media_kind
? this.media_kind
: this.selected_composer.media_kind
}
},
methods: {
open_composer(composer) {
this.selected_composer = composer