aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r--src/nvim/misc1.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c
index 386c8ae39d..d2d0fbad7d 100644
--- a/src/nvim/misc1.c
+++ b/src/nvim/misc1.c
@@ -1785,18 +1785,6 @@ int gchar_pos(pos_T *pos)
return utf_ptr2char(ml_get_pos(pos));
}
-/*
- * Internal part of changed(), no user interaction.
- */
-void changed_int(void)
-{
- curbuf->b_changed = true;
- ml_setflags(curbuf);
- check_status(curbuf);
- redraw_tabline = TRUE;
- need_maketitle = TRUE; /* set window title later */
-}
-
/*
* Changed bytes within a single line for the current buffer.