]> www.fi.muni.cz Git - evince.git/blobdiff - ps/ps-document.h
Some more sanitization of the ps backend. Remove a lot of unused code and
[evince.git] / ps / ps-document.h
index 5bdd28231d79b956f3d31211db8cecd7f7612c68..f7c8e92d6be94c0f7f1cc16ec602ed9c2857d831 100644 (file)
@@ -47,8 +47,6 @@ struct _PSDocument {
                                  */
   GdkGC *psgc;
 
-  GtkGSZoomMode zoom_mode;
-
   GdkPixmap *bpixmap;           /* Backing pixmap */
 
   long message_window;          /* Used by ghostview to receive messages from app */
@@ -98,9 +96,7 @@ struct _PSDocument {
   gboolean antialiased;         /* Using antialiased display */
   gboolean respect_eof;         /* respect EOF comments? */
   gint default_size;
-  gboolean override_size;
   gfloat xdpi, ydpi;
-  gboolean override_orientation;
   gint fallback_orientation;    /* Orientation to use if override */
   gint real_orientation;        /* Real orientation from the document */