Remove more unused fns

This commit is contained in:
Gabriel Horner
2022-01-26 12:42:52 -05:00
parent 4ce3db2497
commit b3ee61b1ca
18 changed files with 19 additions and 271 deletions

View File

@@ -20,17 +20,6 @@
[s1 s2]
(.diff_main dmp s1 s2 true))
(defn get-patches
[s1 s2 diffs]
(.patch_make dmp s1 s2 diffs))
(defn apply-patches!
[text patches]
(if (seq patches)
(let [result (.patch_apply dmp patches text)]
(nth result 0))
text))
(def inline-special-chars
#{\* \_ \/ \` \+ \^ \~ \$})