diff options
Diffstat (limited to 'widgets/e-text')
-rw-r--r-- | widgets/e-text/e-text.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/e-text/e-text.c b/widgets/e-text/e-text.c index e2a592ba25..591f6451cf 100644 --- a/widgets/e-text/e-text.c +++ b/widgets/e-text/e-text.c @@ -2559,8 +2559,6 @@ e_text_event (GnomeCanvasItem *item, GdkEvent *event) text->default_cursor_shown = FALSE; } } - text->selection_start = 0; - text->selection_end = 0; text->select_by_word = FALSE; text->xofs_edit = 0; text->yofs_edit = 0; |