branch: externals/idlwave
commit 7262cf47e09364bed6c79b496c91425ccf31291d
Author: JD Smith <[email protected]>
Commit: JD Smith <[email protected]>
Assistant no longer needed/available.
---
idlw-help.el | 8 --------
1 file changed, 8 deletions(-)
diff --git a/idlw-help.el b/idlw-help.el
index 4c57980d4f..e54fd6d8ef 100644
--- a/idlw-help.el
+++ b/idlw-help.el
@@ -1329,14 +1329,6 @@ the idlhelp script.")
"The command, rooted at idlwave-system-directory, which invokes the
IDL assistant.")
-(defun idlwave-help-assistant-available ()
- (if idlwave-help-assistant-available
- (eq idlwave-help-assistant-available t)
- (setq idlwave-help-assistant-available
- (if (file-executable-p (idlwave-help-assistant-command))
- t
- 'not-available))))
-
(defun idlwave-help-assistant-command ()
(expand-file-name idlwave-help-assistant-command (idlwave-sys-dir)))