aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-shell.el
diff options
context:
space:
mode:
authorDavid Aspinall2004-04-17 22:29:42 +0000
committerDavid Aspinall2004-04-17 22:29:42 +0000
commitb642237b9e312e57743561e674d65c4b1f8f15ce (patch)
treebb9e3f5a52d5d850c63dbb76c58ba4a67368d8f2 /generic/proof-shell.el
parent52dad32c6bc3d5f9cbceb2bd0306d23dc279541b (diff)
Minor changes to avoid some compiler warnings
Diffstat (limited to 'generic/proof-shell.el')
-rw-r--r--generic/proof-shell.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index 7927c22b..0eadcc28 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -397,14 +397,6 @@ Does nothing if proof assistant is already running."
(message "Starting %s process... done." proc))))
-(defun proof-associated-buffers ()
- "Return a list of the associated buffers.
-Some may be dead/nil."
- (list proof-goals-buffer
- proof-response-buffer
- proof-trace-buffer
- proof-thms-buffer))
-
;;
;; Shutting down proof shell and associated buffers