Remove useless code

This commit is contained in:
Bastien Guerry 2014-06-05 12:16:23 +02:00
parent 9263654e5b
commit a5991acd69
1 changed files with 1 additions and 1 deletions

View File

@ -16069,7 +16069,7 @@ in the current file."
(list prop)))
(if (not property)
(message "No property to delete in this entry")
(org-entry-delete nil property delete-empty-drawer)
(org-entry-delete nil property)
(message "Property \"%s\" deleted" property)))
(defun org-delete-property-globally (property)