summaryrefslogtreecommitdiff
path: root/libview/ev-view.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <[email protected]>2013-07-20 09:34:18 +0200
committerraveit65 <[email protected]>2017-09-06 18:25:34 +0200
commite4d427349a63af1a0d37687ef5f3012312e955e2 (patch)
treeda6596babc3512506bdf02d6ac15de420e1efcee /libview/ev-view.h
parent0f347181c81c0d831af9494c984ac3831390cbc8 (diff)
downloadatril-e4d427349a63af1a0d37687ef5f3012312e955e2.tar.bz2
atril-e4d427349a63af1a0d37687ef5f3012312e955e2.tar.xz
libview: Remove unused rectangle selection mode
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=848459e
Diffstat (limited to 'libview/ev-view.h')
-rw-r--r--libview/ev-view.h5
1 files changed, 0 insertions, 5 deletions
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);