summaryrefslogtreecommitdiff
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <[email protected]>2013-06-26 18:26:51 +0200
committerraveit65 <[email protected]>2017-09-06 18:25:34 +0200
commit9d7a5b80e72bfca2dfb40f7c0bac56ad35fbe533 (patch)
treedce025c6b56422160f738d3601f1f835bc9fdfc6 /libview/ev-view-private.h
parent0787e98dde0476c004758dad7a993bc8ff926cbe (diff)
downloadatril-9d7a5b80e72bfca2dfb40f7c0bac56ad35fbe533.tar.bz2
atril-9d7a5b80e72bfca2dfb40f7c0bac56ad35fbe533.tar.xz
libview: Remove unused in_selection member from SelectionInfo struct
This is currently unused and redundant, to know whether there are selections we use selection_info.selections. origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=5503827
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index 869958f9..dfe777ff 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -61,7 +61,6 @@ typedef struct {
typedef struct {
gboolean in_drag;
GdkPoint start;
- gboolean in_selection;
GList *selections;
EvSelectionStyle style;
} SelectionInfo;