aboutsummaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/view.c b/view.c
index c418a65..3a131f0 100644
--- a/view.c
+++ b/view.c
@@ -527,8 +527,6 @@ void view_reload(View *view, Text *text) {
view->text = text;
view_selection_clear(view);
view_cursor_to(view, 0);
- if (view->ui)
- view->ui->reload(view->ui, text);
}
View *view_new(Text *text, ViewEvent *events) {