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:
Diffstat (limited to 'ps/ps-document.h')
-rw-r--r--ps/ps-document.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ps/ps-document.h b/ps/ps-document.h
index 1c6761b..2ea93dd 100644
--- a/ps/ps-document.h
+++ b/ps/ps-document.h
@@ -55,19 +55,9 @@ struct _PSDocument {
guint interpreter_output_id;
guint interpreter_error_id;
- gint width; /* Size of window at last setup() */
- gint llx;
- gint lly;
- gint urx;
- gint ury;
- gint height;
- gint orientation;
gboolean busy; /* Is gs busy drawing? */
- gfloat zoom_factor;
- gint current_page;
gboolean structured_doc;
gboolean loaded;
- gboolean changed;
struct record_list *ps_input;
gchar *input_buffer_ptr;
@@ -83,9 +73,6 @@ struct _PSDocument {
struct document *doc;
const gchar *gs_status; /* PSDocument status */
-
- int page_x_offset;
- int page_y_offset;
};
struct _PSDocumentClass {