Skip to content
Snippets Groups Projects
Commit 3b2adc98 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

remove unused code

parent ef6d29b5
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,6 @@
<script>
/* eslint-disable */
import helpers from '../utils/helpers.js'
import inflectionTable from 'inflection-table'
export default {
......@@ -27,9 +25,6 @@ export default {
article_id: Number
},
computed: {
group_list: function() {
return helpers.group_list(this.lemmas, this.dictionary)
},
inflection_classes: function() {
let inf_classes = new Set()
let ureg = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment