From e4d427349a63af1a0d37687ef5f3012312e955e2 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 20 Jul 2013 09:34:18 +0200 Subject: libview: Remove unused rectangle selection mode origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=848459e --- libview/ev-view.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libview/ev-view.h') diff --git a/libview/ev-view.h b/libview/ev-view.h index 97c8cac2..be829357 100644 --- a/libview/ev-view.h +++ b/libview/ev-view.h @@ -40,11 +40,6 @@ G_BEGIN_DECLS typedef struct _EvView EvView; typedef struct _EvViewClass EvViewClass; -typedef enum { - EV_VIEW_SELECTION_TEXT, - EV_VIEW_SELECTION_RECTANGLE, -} EvViewSelectionMode; - GType ev_view_get_type (void) G_GNUC_CONST; GtkWidget* ev_view_new (void); -- cgit v1.2.1