X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2Fgstypes.h;h=f1f5cb267cd3e25b98eb14c6e8e62c96e8c61832;hb=65c06150e05948eb7b056b0ec5cb9c364b652cfe;hp=29439dcc57f82323a5baf16099cc6076afdc87d2;hpb=3d66ec495af171b60fed13902e840c72ee32fd92;p=evince.git diff --git a/ps/gstypes.h b/ps/gstypes.h index 29439dcc..f1f5cb26 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;