aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textadept.c')
-rw-r--r--src/textadept.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/textadept.c b/src/textadept.c
index d08b4955..998a45c7 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -1900,10 +1900,6 @@ static void s_notify(Scintilla *view, int _, void *lParam, void*__) {
if (focused_view == view || n->nmhdr.code == SCN_URIDROPPED) {
if (focused_view != view) goto_view(view);
lL_notify(lua, n);
- } else if (n->nmhdr.code == SCN_SAVEPOINTLEFT) {
- Scintilla *prev = focused_view;
- // Do not let a split view steal focus.
- goto_view(view), lL_notify(lua, n), goto_view(prev);
} else if (n->nmhdr.code == SCN_FOCUSIN)
goto_view(view);
}