summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'devices/vector/gdevpdtw.c')
-rw-r--r--devices/vector/gdevpdtw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/devices/vector/gdevpdtw.c b/devices/vector/gdevpdtw.c
index 19438685..0647db66 100644
--- a/devices/vector/gdevpdtw.c
+++ b/devices/vector/gdevpdtw.c
@@ -239,8 +239,7 @@ pdf_write_simple_contents(gx_device_pdf *pdev,
if (code < 0)
return code;
pprints1(s, "/Subtype/%s>>\n",
- (pdfont->FontType == ft_TrueType ? "TrueType" :
- pdfont->u.simple.s.type1.is_MM_instance ? "MMType1" : "Type1"));
+ (pdfont->FontType == ft_TrueType ? "TrueType" : "Type1"));
pdf_end_separate(pdev, resourceFont);
if (diff_id) {
mark_font_descriptor_symbolic(pdfont);