Remove second definition of calibre-series widget

* calibre-widgets.el (calibre-series): Remove second, and incorrect
definition of the series widget which shadowed the correct one.
This commit is contained in:
Kjartan Óli Ágústsson 2023-05-20 23:31:33 +00:00
parent 436e70ac13
commit 49f05eedc0
Signed by: kjartanoli
GPG Key ID: D7572FE3605EE6B0
1 changed files with 0 additions and 5 deletions

View File

@ -48,11 +48,6 @@ It reads a tag from an editable text field."
:tag "Tag"
:format "%t %v")
(define-widget 'calibre-series 'cons
nil
'calibre-series-name
'(number))
(define-widget 'calibre-date 'vector
"A date widget.
It reads a year, month, and day."