Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps/gtkgs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ps/gtkgs.h')
-rw-r--r--ps/gtkgs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ps/gtkgs.h b/ps/gtkgs.h
index 3ca3701..763c09c 100644
--- a/ps/gtkgs.h
+++ b/ps/gtkgs.h
@@ -70,7 +70,6 @@ struct _GtkGS {
GtkGSZoomMode zoom_mode;
GdkPixmap *bpixmap; /* Backing pixmap */
- int use_bpixmap;
long message_window; /* Used by ghostview to receive messages from app */
@@ -170,7 +169,6 @@ gboolean gtk_gs_load(GtkGS * gs, const gchar * fname);
void gtk_gs_reload(GtkGS * gs);
/* control functions */
-void gtk_gs_center_page(GtkGS * gs);
gboolean gtk_gs_next_page(GtkGS * gs);
gboolean gtk_gs_prev_page(GtkGS * gs);
gboolean gtk_gs_goto_page(GtkGS * gs, gint);