summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texbuildpage.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/luametatex/source/tex/texbuildpage.c')
-rw-r--r--source/luametatex/source/tex/texbuildpage.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source/luametatex/source/tex/texbuildpage.c b/source/luametatex/source/tex/texbuildpage.c
index a0b5882dd..0e2883305 100644
--- a/source/luametatex/source/tex/texbuildpage.c
+++ b/source/luametatex/source/tex/texbuildpage.c
@@ -177,15 +177,6 @@ void tex_initialize_buildpage(void)
|last_node_type| are similar. And finally, |insert_penalties| holds the sum of the penalties
associated with all split and floating insertions.
-*/
-
-void tex_print_page_totals(void)
-{
- tex_print_format("%P", page_total, page_stretch, page_filstretch, page_fillstretch, page_filllstretch, page_shrink);
-}
-
-/*tex
-
Here is a procedure that is called when the |page_contents| is changing from |empty| to
|inserts_only| or |box_there|.