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 <mpg@redhat.com>2005-06-07 10:41:52 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-06-07 10:41:52 (GMT)
commitc6450a96c9e000535a222689a55bd20e3ee62206 (patch)
treef0858bc773e4a22c3e9d8e2d92fd46c7f1cc7aed /ps/ps-document.h
parent421d3d8b0f2f2432ec02f57677da2964d339f2d8 (diff)
Big cleanup of the ps code
2005-06-07 Marco Pesenti Gritti <mpg@redhat.com> * ps/ps-document.c: (ps_document_init), (send_ps), (get_page_box), (output), (catchPipe), (input), (stop_interpreter), (file_length), (file_readable), (check_filecompressed), (ps_document_enable_interpreter), (document_load), (ps_async_renderer_render_pixbuf): * ps/ps-document.h: Big cleanup of the ps code
Diffstat (limited to 'ps/ps-document.h')
-rw-r--r--ps/ps-document.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ps/ps-document.h b/ps/ps-document.h
index 2339229..ef1acb5 100644
--- a/ps/ps-document.h
+++ b/ps/ps-document.h
@@ -57,7 +57,6 @@ struct _PSDocument {
gboolean busy; /* Is gs busy drawing? */
gboolean structured_doc;
- gboolean loaded;
struct record_list *ps_input;
gchar *input_buffer_ptr;