diff options
Diffstat (limited to 'pcl/pcpage.c')
-rw-r--r-- | pcl/pcpage.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pcl/pcpage.c b/pcl/pcpage.c index 6339d3efd..1edc69292 100644 --- a/pcl/pcpage.c +++ b/pcl/pcpage.c @@ -46,7 +46,6 @@ #define round(x) (((x) < 0.0) ? (ceil ((x) - 0.5)) : (floor ((x) + 0.5))) - /* Procedures */ /* @@ -243,7 +242,6 @@ update_xfm_state( */ } - /* default margins, relative to the logical page boundaries */ #define DFLT_TOP_MARGIN inch2coord(0.5) #define DFLT_LEFT_MARGIN inch2coord(0.0) @@ -366,7 +364,6 @@ new_page_size( changed_page_size = !(old_page_size[0] == pcs->xfm_state.paper_size->width && old_page_size[1] == pcs->xfm_state.paper_size->height); - /* * make sure underlining is disabled (homing the cursor may cause * an underline to be put out. @@ -464,8 +461,6 @@ pcl_new_logical_page_for_passthrough(pcl_state_t *pcs, int orient, gs_point *pdi } - - /* page marking routines */ /* set page marked for path drawing commands. NB doesn't handle 0 width - lenghth */ @@ -607,7 +602,6 @@ pcl_end_page( return (code < 0 ? code : 1); } - /* Commands */ /* @@ -851,7 +845,6 @@ clear_horizontal_margins( return 0; } - /* * ESC & l <line> E * |