[gnus git] branch master updated: =1= gnus-win: remove dead code
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via bb2de2df12c2dcfa2e5dc63736e598cfca3190ec (commit)
from 53a5da8e6cba160eabeff5ff948ebeb78248a6bc (commit)
- Log -----------------------------------------------------------------
commit bb2de2df12c2dcfa2e5dc63736e598cfca3190ec
Author: Julien Danjou <[email protected]>
Date: Fri Jan 28 17:41:04 2011 +0100
gnus-win: remove dead code
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 60421a6..11ee601 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-01-28 Julien Danjou <[email protected]>
+ * gnus-win.el: Remove dead function gnus-window-configuration-element.
+
* gnus-group.el (gnus-group-jump-to-group): Set must match to t.
2011-01-28 Lars Ingebrigtsen <[email protected]>
diff --git a/lisp/gnus-win.el b/lisp/gnus-win.el
index f951628..4a9480a 100644
--- a/lisp/gnus-win.el
+++ b/lisp/gnus-win.el
@@ -38,9 +38,6 @@
:group 'gnus-windows
:type 'boolean)
-(defvar gnus-window-configuration nil
- "Obsolete variable. See `gnus-buffer-configuration'.")
-
(defcustom gnus-window-min-width 2
"*Minimum width of Gnus buffers."
:group 'gnus-windows
@@ -221,12 +218,6 @@ See the Gnus manual for an explanation of the syntax used.")
(delete-frame (car gnus-created-frames))))
(pop gnus-created-frames)))
-(defun gnus-window-configuration-element (list)
- (while (and list
- (not (assq (car list) gnus-window-configuration)))
- (pop list))
- (cadr (assq (car list) gnus-window-configuration)))
-
;;;###autoload
(defun gnus-add-configuration (conf)
"Add the window configuration CONF to `gnus-buffer-configuration'."
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 ++
lisp/gnus-win.el | 9 ---------
2 files changed, 2 insertions(+), 9 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project