Fix double defcustom of `gnus-decay-scores' from previous commit.
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Jan 2005 22:53:01 +0000 (22:53 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Jan 2005 22:53:01 +0000 (22:53 +0000)
lisp/gnus-score.el

index 5a7e79b..759b468 100644 (file)
@@ -156,11 +156,6 @@ If it is a regexp, only decay score files matching regexp."
                        ,(concat "\\." gnus-adaptive-file-suffix "\\'"))
                 (regexp)))
 
-(defcustom gnus-decay-scores nil
-  "*If non-nil, decay non-permanent scores."
-  :group 'gnus-score-decay
-  :type 'boolean)
-
 (defcustom gnus-decay-score-function 'gnus-decay-score
   "*Function called to decay a score.
 It is called with one parameter -- the score to be decayed."