From 9d116403a8b55d76d65f4d6d450a1f4def74013d Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Mon, 30 Sep 2019 06:13:23 -0400 Subject: [PATCH] Remove unnecessary comments --- mood-line.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/mood-line.el b/mood-line.el index 6ef85d8..d1cb151 100644 --- a/mood-line.el +++ b/mood-line.el @@ -154,7 +154,6 @@ ;; Update functions ;; -;; VC update function (defvar-local mood-line--vc-text nil) (defun mood-line--update-vc-segment (&rest _) "Update `mood-line--vc-text' against the current VCS state." @@ -183,7 +182,6 @@ 'mouse-face face) " ")))))) -;; Flycheck update function (defvar-local mood-line--flycheck-text nil) (defun mood-line--update-flycheck-segment (&optional status) "Update `mood-line--flycheck-text' against the reported flycheck STATUS."