Browse Source

Remove duplicate defcustom, introduced by 95bb1666

David Maus 14 years ago
parent
commit
803f6b0ceb
1 changed files with 0 additions and 6 deletions
  1. 0 6
      lisp/org-agenda.el

+ 0 - 6
lisp/org-agenda.el

@@ -927,12 +927,6 @@ For example, 9:30am would become 09:30 rather than  9:30."
   :group 'org-agenda
   :type 'boolean)
 
-(defcustom org-agenda-time-leading-zero nil
-  "Non-nil means use leading zero for military times in agenda.
-For example, 9:30am would become 09:30 rather than  9:30."
-  :group 'org-agenda-daily/weekly
-  :type 'boolean)
-
 (defun org-agenda-time-of-day-to-ampm (time)
   "Convert TIME of a string like '13:45' to an AM/PM style time string."
   (let* ((hour-number (string-to-number (substring time 0 -3)))