Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps/gstypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'ps/gstypes.h')
-rw-r--r--ps/gstypes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ps/gstypes.h b/ps/gstypes.h
index 29439dc..f1f5cb2 100644
--- a/ps/gstypes.h
+++ b/ps/gstypes.h
@@ -38,12 +38,6 @@ typedef enum {
GTK_GS_ORIENTATION_LANDSCAPE = 1
} GtkGSOrientation;
-typedef enum {
- GTK_GS_ZOOM_ABSOLUTE = 0,
- GTK_GS_ZOOM_FIT_WIDTH = 1,
- GTK_GS_ZOOM_FIT_PAGE = 2
-} GtkGSZoomMode;
-
struct _GtkGSPaperSize {
gchar *name;
gint width, height;