summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdf-x/xsrc/pdfdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdf-x/xsrc/pdfdev.h')
-rw-r--r--Build/source/texk/dvipdf-x/xsrc/pdfdev.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/Build/source/texk/dvipdf-x/xsrc/pdfdev.h b/Build/source/texk/dvipdf-x/xsrc/pdfdev.h
index 25bac2ecd47..20201309431 100644
--- a/Build/source/texk/dvipdf-x/xsrc/pdfdev.h
+++ b/Build/source/texk/dvipdf-x/xsrc/pdfdev.h
@@ -202,15 +202,10 @@ extern void pdf_dev_set_param (int param_type, int value);
* For pdf_doc, pdf_draw and others.
*/
-/* Force reselecting font and color:
+/* Force reselecting font:
* XFrom (content grabbing) and Metapost support want them.
*/
extern void pdf_dev_reset_fonts (void);
-extern void pdf_dev_reset_color (void);
-
-extern void pdf_dev_set_color (pdf_color *color);
-extern void pdf_dev_set_strokingcolor (pdf_color *color);
-extern void pdf_dev_set_nonstrokingcolor (pdf_color *color);
/* Initialization of transformation matrix with M and others.
* They are called within pdf_doc_begin_page() and pdf_doc_end_page().