aboutsummaryrefslogtreecommitdiffstats
path: root/z25.c
diff options
context:
space:
mode:
Diffstat (limited to 'z25.c')
-rw-r--r--z25.c20
1 files changed, 1 insertions, 19 deletions
diff --git a/z25.c b/z25.c
index 1a359d8..e32be5d 100644
--- a/z25.c
+++ b/z25.c
@@ -1,6 +1,6 @@
/*@z25.c:Object Echo:aprint(), cprint(), printnum()@**************************/
/* */
-/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.23) */
+/* THE LOUT DOCUMENT FORMATTING SYSTEM (VERSION 3.24) */
/* COPYRIGHT (C) 1991, 2000 Jeffrey H. Kingston */
/* */
/* Jeffrey H. Kingston (jeff@cs.usyd.edu.au) */
@@ -266,24 +266,6 @@ static void echo(OBJECT x, unsigned outer_prec, int count)
break;
- case FIXED_COL_THR:
-
- aprint("{FC ");
- CountChild(y, Down(x), count);
- echo(y, NO_PREC, count);
- aprint(" FC}");
- break;
-
-
- case FIXED_ROW_THR:
-
- aprint("{FR ");
- CountChild(y, Down(x), count);
- echo(y, NO_PREC, count);
- aprint(" FR}");
- break;
-
-
case HSPANNER:
aprint("{HS ");