Skip to content

Commit

Permalink
chore: cleanup unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Feb 29, 2024
1 parent 264ca58 commit 4a49cc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/components/modes/tablemode/TableMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@
return
}
const previousContent = { json, text }
const previousJson = json
const previousState = documentState
const previousText = text
Expand Down
2 changes: 0 additions & 2 deletions src/lib/components/modes/treemode/TreeMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,6 @@
return
}
const previousContent: Content = { json, text }
const previousState = documentState
const previousJson = json
const previousText = text
Expand Down Expand Up @@ -549,7 +548,6 @@
return
}
const previousContent: Content = { json, text }
const previousJson = json
const previousState = documentState
const previousText = text
Expand Down

0 comments on commit 4a49cc8

Please sign in to comment.