summaryrefslogtreecommitdiff
path: root/chess-input.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-input.el')
-rw-r--r--chess-input.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/chess-input.el b/chess-input.el
index 8fa0e19..54afabe 100644
--- a/chess-input.el
+++ b/chess-input.el
@@ -19,10 +19,6 @@
(make-variable-buffer-local 'chess-input-position-function)
(make-variable-buffer-local 'chess-input-move-function)
-(chess-message-catalog 'english
- '((not-your-move . "It is not your turn to move")
- (game-is-over . "This game is over")))
-
(defun chess-input-test-move (move-ply)
"Return the given MOVE if it matches the user's current input."
(let* ((move (cdr move-ply))