summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2020-08-03 18:56:42 -0400
committerYoni Rabkin <yoni@rabkins.net>2020-08-03 18:56:42 -0400
commit61dda6f75fe4be6c87e3c17d89b3dc5541324514 (patch)
treef282b844c25424b5aa15ca43abeb998cfa382be3
parent965be87719ab40ef57e8f37fda85c5851bd92e6f (diff)
* rt-liberation.el: remove unused code
-rw-r--r--rt-liberation.el8
1 files changed, 1 insertions, 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'."