branch: externals/org-notify
commit d24a1525c10e420beb02d68af305cb67b9d24d47
Author: Peter Münster <p...@free.fr>
Commit: Peter Münster <p...@free.fr>

    Remove obsolete org-notify-verbose.
---
 org-notify.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/org-notify.el b/org-notify.el
index 20624e90b0..a8c306554f 100644
--- a/org-notify.el
+++ b/org-notify.el
@@ -72,15 +72,12 @@
 (defvar org-notify-timer nil
   "Timer of the notification daemon.")
 
-(defvar org-notify-parse-file nil
+(defvar org-notify-parse-file
   "Current file, that `org-element-parse-buffer' is parsing.")
 
 (defvar org-notify-on-action-map nil
   "Mapping between on-action identifiers and parameter lists.")
 
-(defvar org-notify-verbose t
-  "Print some useful information for developers.")
-
 (defun org-notify-string->seconds (str)
   "Convert time string STR to number of seconds."
   (when str

Reply via email to