Code

Fixed crash when draw height was zero.
[inkscape.git] / src / extension / internal / ps.h
index 5f3388d55c3eb17e38c6d77b73ce993cf1447c09..673cde82c4722e470546b3f31da17f112c3c40b8 100644 (file)
@@ -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;