summaryrefslogtreecommitdiff
path: root/src/dged/buffer_view.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/buffer_view.c')
-rw-r--r--src/dged/buffer_view.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dged/buffer_view.c b/src/dged/buffer_view.c
index 2d0b6b8..4e67d78 100644
--- a/src/dged/buffer_view.c
+++ b/src/dged/buffer_view.c
@@ -479,8 +479,4 @@ void buffer_view_update(struct buffer_view *view,
// draw buffer commands nested inside this command list
command_list_draw_command_list(params->commands, buf_cmds);
timer_stop(render_buffer_timer);
-
- // TODO: move to somewhere where more correct if buffers
- // are in more than one view (same with buffer hooks).
- buffer_clear_text_properties(view->buffer);
}