summaryrefslogtreecommitdiff
path: root/ted-base.c
diff options
context:
space:
mode:
Diffstat (limited to 'ted-base.c')
-rw-r--r--ted-base.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ted-base.c b/ted-base.c
index 066e537..fb99711 100644
--- a/ted-base.c
+++ b/ted-base.c
@@ -96,7 +96,6 @@ static WarnUnusedResult TextBuffer *ted_open_file(Ted *ted, char const *filename
ted->active_buffer = open_to;
return open_to;
} else {
- ted_seterr_to_buferr(ted, open_to);
return NULL;
}
}