From 61dda6f75fe4be6c87e3c17d89b3dc5541324514 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Mon, 3 Aug 2020 18:56:42 -0400 Subject: * rt-liberation.el: remove unused code --- rt-liberation.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/rt-liberation.el b/rt-liberation.el index ddd6900..9fba245 100644 --- a/rt-liberation.el +++ b/rt-liberation.el @@ -1117,12 +1117,6 @@ returned as no associated text properties." status-symbol rt-liber-status-dictionary)) -(defun rt-liber-command-get-custom-field-string (custom-field-symbol) - "Return value associated with key CUSTOM-FIELD-SYMBOL." - (rt-liber-command-get-dictionary-value - custom-field-symbol - rt-liber-custom-field-dictionary)) - (defun rt-liber-command-runner-parser-f () "Display command return status from the server to the user." (message (buffer-string))) @@ -1132,7 +1126,7 @@ returned as no associated text properties." (rt-liber-rest-command-set id (rt-liber-get-field-string 'status) - (rt-liber-com mand-get-status-string 'deleted))) + (rt-liber-command-get-status-string 'deleted))) (defun rt-liber-command-set-status-new (id) "Set the status of ticket ID to `new'." -- cgit v1.2.3