aboutsummaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/thumbs.c b/thumbs.c
index d2f91a7..500446f 100644
--- a/thumbs.c
+++ b/thumbs.c
@@ -447,7 +447,6 @@ void tns_render(tns_t *tns)
}
tns->dirty = false;
tns_highlight(tns, *tns->sel, true);
- title_dirty = true;
}
void tns_mark(tns_t *tns, int n, bool mark)
@@ -516,7 +515,6 @@ bool tns_move_selection(tns_t *tns, direction_t dir, int cnt)
tns_check_view(tns, false);
if (!tns->dirty)
tns_highlight(tns, *tns->sel, true);
- title_dirty = true;
}
return *tns->sel != old;
}