org-choose.el: Remove commented line

This commit is contained in:
Carsten Dominik 2009-02-09 12:43:28 +01:00
parent 2d795f8ae0
commit 71e7e8e4a2
1 changed files with 0 additions and 1 deletions

View File

@ -470,7 +470,6 @@ NEW-MARK and OLD-MARK are the text of the new and old marks."
(add-to-list 'org-todo-interpretation-widgets
'(:tag "Choose (to record decisions)" choose)
'append)
; CD (add-to-list 'org-todo-normal-interpretations 'choose))
))