summaryrefslogtreecommitdiffstats
path: root/ListItem.c
diff options
context:
space:
mode:
Diffstat (limited to 'ListItem.c')
-rw-r--r--ListItem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ListItem.c b/ListItem.c
index 7ccf8d7a..4f138e5e 100644
--- a/ListItem.c
+++ b/ListItem.c
@@ -34,8 +34,6 @@ static void ListItem_display(const Object* cast, RichString* out) {
CRT_utf8 ? "↕ " :
#endif
"+ ");
- } else {
- RichString_prune(out);
}
RichString_appendWide(out, CRT_colors[DEFAULT_COLOR], this->value);
}