Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alfg committed Jul 27, 2022
1 parent 39547ea commit e3e2a75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/FileIO.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ export default {
onClose() {
this.showFileBrowser = false;
},
addInput() {
this.inputs += 1;
},
removeInput() {
this.inputs -= 1;
},
},
};
</script>
Expand Down

0 comments on commit e3e2a75

Please sign in to comment.