branch: elpa/kotlin-mode
commit 2f3d9911595eb96bf9b470939b1c6bd58e3b16df
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Remove redundant declaration of hook and keymap
`define-derived-mode` generates these declarations automatically.
---
kotlin-mode.el | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/kotlin-mode.el b/kotlin-mode.el
index 0ed25cc941..7347fc7f81 100644
--- a/kotlin-mode.el
+++ b/kotlin-mode.el
@@ -27,18 +27,6 @@
(require 'rx)
-(defcustom kotlin-mode-hook nil
- "Hook run after entering `kotlin-mode'."
- :type 'hook
- :group 'kotlin
- )
-
-
-(defvar kotlin-mode-map (make-sparse-keymap)
- "Keymap used by `kotlin-mode'."
- )
-
-
(defvar kotlin-mode-syntax-table
(let ((st (make-syntax-table)))