diff options
| author | David Aspinall | 2002-08-08 21:49:20 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-08-08 21:49:20 +0000 |
| commit | f3c331b28eb79a08131df723444eb0ebfc7452c2 (patch) | |
| tree | 5bde7a535ba062f56c8445ed49e5c82c8e6e2112 /generic/proof-toolbar.el | |
| parent | 04b55ba97d2942875e888fe72af713cce6568fb2 (diff) | |
Generalise proof elements to include comments, show/hiding of comments.
Diffstat (limited to 'generic/proof-toolbar.el')
| -rw-r--r-- | generic/proof-toolbar.el | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/generic/proof-toolbar.el b/generic/proof-toolbar.el index 406d42a1..83e895a9 100644 --- a/generic/proof-toolbar.el +++ b/generic/proof-toolbar.el @@ -528,18 +528,6 @@ changed state." (defalias 'proof-toolbar-find 'proof-find-theorems) ;; -;; Show and hide buttons (not on toolbar) -;; - -(defun proof-toolbar-show-enable-p () t) -(defalias 'proof-toolbar-show 'pg-show-all-proofs) - -(defun proof-toolbar-hide-enable-p () t) -(defalias 'proof-toolbar-hide 'pg-hide-all-proofs) - - - -;; ;; Interrupt button ;; |
