Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps/ps-document.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-03-08 16:06:22 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-03-08 16:06:22 (GMT)
commit710ec65f6202732a44a010339d0770a9c0e46ed2 (patch)
tree95b7b6c06280ec96638cc591854f84e61f714c59 /ps/ps-document.h
parent09aa3e2b90d20966010f76a7e5459f4581ef3247 (diff)
Some more sanitization of the ps backend. Remove a lot of unused code and
2005-03-08 Marco Pesenti Gritti <marco@gnome.org> * ps/Makefile.am: * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd), (gtk_gs_defaults_get_alpha_parameters), (gtk_gs_defaults_get_ungzip_cmd), (gtk_gs_defaults_get_unbzip2_cmd): * ps/gsdefaults.h: * ps/ps-document.c: (ps_document_init), (ps_document_class_init), (ps_document_get_orientation), (document_load), (ps_document_goto_page), (ps_document_set_page_size): * ps/ps-document.h: Some more sanitization of the ps backend. Remove a lot of unused code and do not base our defaults on ggv preferences (ugh!)
Diffstat (limited to 'ps/ps-document.h')
-rw-r--r--ps/ps-document.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ps/ps-document.h b/ps/ps-document.h
index 5bdd282..f7c8e92 100644
--- a/ps/ps-document.h
+++ b/ps/ps-document.h
@@ -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 */