Skip to content

Commit 6228a55

Browse files
committed
Delete unused function
This function was used for an old solution I had adopted to keep packages on different platforms in sync but it's no longer used.
1 parent 7c22ac7 commit 6228a55

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lisp/functions.el

-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
"Set indentation for the current buffer to spaces."
2626
(setq indent-tabs-mode nil))
2727

28-
(defun exclude-package-on-this-platform (package)
29-
"Remove a package from the package-selected-packages list.
30-
31-
If PACKAGE is not present in the package-selected-packages list, do nothing."
32-
(setq package-selected-packages (remove package package-selected-packages)))
33-
3428
(defun colorize-compilation-buffer ()
3529
(ansi-color-apply-on-region compilation-filter-start (point-max)))
3630

0 commit comments

Comments
 (0)