branch: elpa/dslide
commit 0419d1310d19dd6d2aeb5bdb65921fb4de3d763b
Author: Psionik K <73710933+psioni...@users.noreply.github.com>
Commit: Psionik K <73710933+psioni...@users.noreply.github.com>

    remove dead function, ms-display-base
    
    not sure if it will have a use case.  easier to re-write than keep
    
    Signed-off-by: Psionik K <73710933+psioni...@users.noreply.github.com>
---
 macro-slides.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/macro-slides.el b/macro-slides.el
index 0f35e69e23..ddc4d73b85 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -2478,14 +2478,6 @@ each slide show from the contents view."
   (ms--feedback :contents)
   (run-hooks 'ms-contents-hook))
 
-(defun ms-display-base ()
-  "Switch to the base buffer for the slide show."
-  (unless ms--deck
-    (error "No deck exists"))
-  (oset ms--deck slide-buffer-state 'base)
-  ;; TODO display strategy
-  (switch-to-buffer (oref ms--deck base-buffer)))
-
 (defun ms--stop ()
   "Stop the presentation entirely.
 Kills the indirect buffer, forgets the deck, and displays the

Reply via email to