* org.el (org-open-at-point): Remove stale link handler for news: links. This condition case is never evaluated because the news: link is already passed to `browse-url'.
@@ -9170,10 +9170,6 @@ application the system uses for this file type."
(dired path)
(org-open-file path in-emacs line search)))
- ((string= type "news")
- (require 'org-gnus)
- (org-gnus-follow-link path))
-
((string= type "shell")
(let ((cmd path))
(if (or (not org-confirm-shell-link-function)