Function: system-taskbar-progress-reporter-remove
system-taskbar-progress-reporter-remove is a byte-compiled function
defined in system-taskbar.el.gz.
Signature
(system-taskbar-progress-reporter-remove)
Documentation
Remove system taskbar progress reporter.
Source Code
;; Defined in /usr/src/emacs/lisp/system-taskbar.el.gz
(defun system-taskbar-progress-reporter-remove ()
"Remove system taskbar progress reporter."
(remove-hook 'progress-reporter-update-functions
#'system-taskbar--progress-reporter-update))