branch: elpa/treesit-fold
commit c45985d7208d28269061b140ed083d264e916703
Author: JenChieh <[email protected]>
Commit: JenChieh <[email protected]>

    fix: Remove unused function
---
 ts-fold-parsers.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ts-fold-parsers.el b/ts-fold-parsers.el
index 9c90e5aaed..898d0b8d4e 100644
--- a/ts-fold-parsers.el
+++ b/ts-fold-parsers.el
@@ -58,7 +58,6 @@
 (declare-function ts-fold-range-julia "ts-fold.el")
 (declare-function ts-fold-range-kotlin-when "ts-fold.el")
 (declare-function ts-fold-range-lisp-function "ts-fold.el")
-(declare-function ts-fold-range-lisp-comment "ts-fold.el")
 (declare-function ts-fold-range-lua-comment "ts-fold.el")
 (declare-function ts-fold-range-lua-function "ts-fold.el")
 (declare-function ts-fold-range-lua-if "ts-fold.el")

Reply via email to