diff options
Diffstat (limited to 'chess-standard.el')
| -rw-r--r-- | chess-standard.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chess-standard.el b/chess-standard.el index 17b2f50..b4b0267 100644 --- a/chess-standard.el +++ b/chess-standard.el @@ -69,7 +69,6 @@ case of the PIECE determines color. The return value is a list of candidates, which means a list of indices which indicate where a piece may have moved from." - ;; jww (2002-04-07): This function is a bit slow (let* ((color (if (char-valid-p piece) (< piece ?a) piece)) |
