summaryrefslogtreecommitdiff
path: root/desktop/selection.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-03-29 22:26:04 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-03-29 22:26:04 +0000
commit05dca28d582a1b98ea9c5f8fce96e13045977926 (patch)
tree04e60f98dee4d6314e231b0318e270a08ac9559f /desktop/selection.h
parent83a83757ab87828e3b5b3e5523979fe6e4daf0fe (diff)
downloadnetsurf-05dca28d582a1b98ea9c5f8fce96e13045977926.tar.gz
netsurf-05dca28d582a1b98ea9c5f8fce96e13045977926.tar.bz2
Selection adjustments always change the selection end when click is inside the existing selection.
svn path=/trunk/netsurf/; revision=4059
Diffstat (limited to 'desktop/selection.h')
-rw-r--r--desktop/selection.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/selection.h b/desktop/selection.h
index 0541357ea..706286766 100644
--- a/desktop/selection.h
+++ b/desktop/selection.h
@@ -49,7 +49,6 @@ struct selection
unsigned end_idx;
bool defined;
- bool last_was_end;
seln_drag_state drag_state;
};