diff src/pr-output.h @ 2387:be4616e36133

[project @ 1996-10-12 18:45:13 by jwe]
author jwe
date Sat, 12 Oct 1996 18:45:13 +0000
parents 83d91aa3759b
children 8b262e771614
line wrap: on
line diff
--- a/src/pr-output.h
+++ b/src/pr-output.h
@@ -55,12 +55,6 @@
 				   bool pr_as_string = false,
 				   int extra_indent = 0);
 
-// XXX FIXME XXX -- these should probably be somewhere else.
-
-extern int any_element_is_inf_or_nan (const Matrix& a);
-
-extern int any_element_is_inf_or_nan (const ComplexMatrix& a);
-
 extern void symbols_of_pr_output (void);
 
 #endif