X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Finternal%2Fps.h;h=673cde82c4722e470546b3f31da17f112c3c40b8;hb=74cb47e95220bd0140b3d40fd56063c73c364a0e;hp=5f3388d55c3eb17e38c6d77b73ce993cf1447c09;hpb=5b820c00e690d2dc9cc654d87d061366fd2f4e5d;p=inkscape.git diff --git a/src/extension/internal/ps.h b/src/extension/internal/ps.h index 5f3388d55..673cde82c 100644 --- a/src/extension/internal/ps.h +++ b/src/extension/internal/ps.h @@ -36,7 +36,6 @@ class PrintPS : public Inkscape::Extension::Implementation::Implementation { float _height; FILE * _begin_stream;//stream to print prolog and document setup of EPS, if font embedding FILE * _stream;//(main) stream to print the (E)PS output, or only the script part following prolog/document setup, if font embedding - Glib::ustring _tmpfilename; unsigned short _dpi; bool _bitmap;