summaryrefslogtreecommitdiff
path: root/chess-fen.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-fen.el')
-rw-r--r--chess-fen.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/chess-fen.el b/chess-fen.el
index 03c6749..91ee683 100644
--- a/chess-fen.el
+++ b/chess-fen.el
@@ -38,8 +38,6 @@
;; relate to the game, not the position.
;;
-(require 'chess-pos)
-
(defun chess-fen-to-pos (fen)
"Convert a FEN-like notation string to a chess position."
(let ((i 0) (l (length fen))