diff options
Diffstat (limited to 'libview/ev-view.h')
-rw-r--r-- | libview/ev-view.h | 5 |
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); |