From 4c86f60ff2e90d5835110072853de1e952ae232d Mon Sep 17 00:00:00 2001 From: Patrick Winter Date: Tue, 3 Sep 2019 17:23:42 +0200 Subject: [PATCH] Remove test function --- taskwarrior.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/taskwarrior.el b/taskwarrior.el index 0e60728..eebd9b5 100644 --- a/taskwarrior.el +++ b/taskwarrior.el @@ -91,13 +91,6 @@ (define-key taskwarrior-mode-map (kbd "RET") 'taskwarrior-info) (define-key taskwarrior-mode-map (kbd "P") 'taskwarrior-edit-project)) - -(defun test () - (interactive) - (let ((line (thing-at-point 'line t))) - (string-match (rx "* 1")) - (string-trim-left (match-string 0 line)))) - (defun taskwarrior--display-task-details-in-echo-area () (let* ((id (taskwarrior-id-at-point)) (task (taskwarrior-export-task id))