branch: master
commit 5480e9711bd0fc1fd0cd10e71e10c55b61e5beef
Author: Ian Dunn <[email protected]>
Commit: Ian Dunn <[email protected]>
Removed obsolete method
* paced.el (paced-population-command-prepare-props): Removed.
---
paced.el | 5 -----
1 file changed, 5 deletions(-)
diff --git a/paced.el b/paced.el
index 525a94c..c9be86c 100644
--- a/paced.el
+++ b/paced.el
@@ -840,11 +840,6 @@ Properties in CMD take precedence over those in DICT."
(paced-merge-properties (oref dict default-population-properties)
(oref cmd props)))
-(cl-defmethod paced-population-command-prepare-props ((cmd
paced-population-command))
- "Turn props of CMD into a form understood by `let'."
- (with-slots (props) cmd
- (map-apply (lambda (var val) (list var val)) props)))
-
(cl-defgeneric paced-population-command-source-list ((_cmd
paced-population-command)))
(cl-defgeneric paced-population-command-setup-buffer ((_cmd
paced-population-command) _source)