aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-utils.el
diff options
context:
space:
mode:
authorDavid Aspinall2009-09-15 08:10:17 +0000
committerDavid Aspinall2009-09-15 08:10:17 +0000
commit082fa78342c644e5caa0987312b4b23377ab0fcd (patch)
treed23f800e99b63a6ab565f686c31a2ebdff99e662 /generic/proof-utils.el
parent179e56b9b54d84bc41df55d0e4c5d06b33b20dd7 (diff)
Fix compile warning
Diffstat (limited to 'generic/proof-utils.el')
-rw-r--r--generic/proof-utils.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/generic/proof-utils.el b/generic/proof-utils.el
index 4eabdb64..d937ce2b 100644
--- a/generic/proof-utils.el
+++ b/generic/proof-utils.el
@@ -674,18 +674,6 @@ or if the window is the only window of its frame."
))))))
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
-;; Function for manipulating output
-;;
-
-(defsubst proof-shell-strip-output-markup (string &optional push)
- "Strip output markup from STRING.
-Convenience function to call function `proof-shell-strip-output-markup'.
-Optional argument PUSH is ignored."
- (funcall proof-shell-strip-output-markup string))
-
-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;