summaryrefslogtreecommitdiff
path: root/gs/base/gxcpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'gs/base/gxcpath.c')
-rw-r--r--gs/base/gxcpath.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gs/base/gxcpath.c b/gs/base/gxcpath.c
index 05bbcb004..d0ada3762 100644
--- a/gs/base/gxcpath.c
+++ b/gs/base/gxcpath.c
@@ -421,10 +421,6 @@ gx_cpath_to_path_synthesize(const gx_clip_path * pcpath, gx_path * ppath)
code = gx_path_add_line_notes(ppath, pts[0].x, pts[0].y,
gx_cpath_enum_notes(&cenum));
break;
- case gs_pe_gapto:
- code = gx_path_add_gap_notes(ppath, pts[0].x, pts[0].y,
- gx_cpath_enum_notes(&cenum));
- break;
case gs_pe_curveto:
code = gx_path_add_curve_notes(ppath, pts[0].x, pts[0].y,
pts[1].x, pts[1].y,