summaryrefslogtreecommitdiff
path: root/chess-display.el
diff options
context:
space:
mode:
Diffstat (limited to 'chess-display.el')
-rw-r--r--chess-display.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/chess-display.el b/chess-display.el
index 8c0444d..a94a291 100644
--- a/chess-display.el
+++ b/chess-display.el
@@ -89,13 +89,6 @@ See `mode-line-format' for syntax details."
(make-variable-buffer-local 'chess-display-no-popup)
(make-variable-buffer-local 'chess-display-edit-mode)
-(defmacro chess-with-current-buffer (buffer &rest body)
- `(let ((buf ,buffer))
- (if buf
- (with-current-buffer buf
- ,@body)
- ,@body)))
-
(chess-message-catalog 'english
'((no-such-style . "There is no such chessboard display style '%s'")))