branch: elpa/kotlin-mode
commit 3c48b34e0d42a3dd98f5a964c02e1e4adf6aeedd
Author: taku0 <[email protected]>
Commit: taku0 <[email protected]>
Delete unused function
---
kotlin-mode.el | 5 -----
1 file changed, 5 deletions(-)
diff --git a/kotlin-mode.el b/kotlin-mode.el
index ac6609a83b..29f2701bd5 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -308,11 +308,6 @@
(kotlin-mode--match-interpolation 0 font-lock-variable-name-face t))
"Default highlighting expression for `kotlin-mode'")
-(defun kotlin-mode--new-font-lock-keywords ()
- '(
- ("package\\|import" . font-lock-keyword-face)
- ))
-
(defun kotlin-mode--syntax-propertize-interpolation ()
(let* ((pos (match-beginning 0))
(context (save-excursion