branch: master
commit 352a8b07ff736481cc5cfda5fea2a3acc916adfa
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Delete deprecated function.
---
 context-coloring.el |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 54f4a5e..c947d88 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -627,12 +627,6 @@ precedence, i.e. the car of `custom-enabled-themes'."
                           recede))
             (context-coloring-apply-theme name)))))))
 
-(defun context-coloring-load-theme (&optional _rest)
-  (declare
-   (obsolete
-    "context themes are now loaded alongside custom themes automatically."
-    "4.1.0")))
-
 (defun context-coloring-enable-theme (theme)
   "Applies THEME if its colors are not already set, else just
 sets `context-coloring-face-count' to the correct value for

Reply via email to