branch: elpa/pacmacs
commit ce1054fab3f5899479582bf3db12d0db3b2b5f3d
Author: rexim <[email protected]>
Commit: rexim <[email protected]>
Remove redundant find-resource-file call (#191)
---
pacmacs.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/pacmacs.el b/pacmacs.el
index 0f63d66528..1a09a7702d 100644
--- a/pacmacs.el
+++ b/pacmacs.el
@@ -740,7 +740,6 @@
(defun pacmacs--load-map (map-name)
(let* ((lines (split-string (->> map-name
(format "%s/%s.txt"
(pacmacs--get-levels-folder))
- (pacmacs--find-resource-file)
(f-read-text))
"\n" t))
(board-width (apply 'max (mapcar #'length lines)))