aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r--src/sc_editor.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index be36922..ed0b224 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -1046,10 +1046,6 @@ static gboolean button_release_sig(GtkWidget *da, GdkEventButton *event,
e->drag_corner_x - e->start_corner_x,
e->drag_corner_y - e->start_corner_y);
full_rerender(e);
- e->selection = fr;
- e->cursor_frame = fr;
- e->cursor_line = 0;
- e->cursor_pos = 0;
break;
case DRAG_REASON_IMPORT :