summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO3
-rw-r--r--chess-game.el2
2 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 8326585..6defde9 100644
--- a/TODO
+++ b/TODO
@@ -11,6 +11,9 @@
position editing
+- Resize ascii windows after popup, so that the whole board is
+ minimally visible
+
----------------------------------------------------------------------
- Port image display code to XEmacs
diff --git a/chess-game.el b/chess-game.el
index 532bd82..a446115 100644
--- a/chess-game.el
+++ b/chess-game.el
@@ -10,8 +10,6 @@
;; game, and a list of plies representing the main variation.
(require 'chess-ply)
-(require 'chess-algebraic)
-(require 'chess-fen)
(defvar chess-illegal nil)
(put 'chess-illegal 'error-conditions '(error))