branch: elpa/pacmacs
commit 98816141d5d47db8d5c9c04aaf1c9a30a045a88f
Merge: a9ab4c18c8 78be23ea40
Author: Alexey Kutepov <[email protected]>
Commit: Alexey Kutepov <[email protected]>
Merge pull request #189 from codingteam/remove-make-terrified-ghost
Remove make-terrifed-ghost function
---
pacmacs.el | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/pacmacs.el b/pacmacs.el
index 973561a53a..a320969594 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -185,21 +185,6 @@
(defun pacmacs--switch-direction-callback (game-object direction)
(plist-put game-object :direction direction))
-(defun pacmacs--make-terrified-ghost (row column)
- (list :row row
- :column column
- :init-row row
- :init-column column
- :prev-row row
- :prev-column column
- :direction 'right
- :current-animation (pacmacs-load-anim "Terrified-Ghost")
- :switch-direction-callback #'pacmacs--switch-direction-callback
- :speed 1
- :speed-counter 0
- :type 'terrified-ghost
- :terrified-timer pacmacs--ghost-terrified-time-ms))
-
(defun pacmacs--make-ghost (row column)
(list :row row
:column column