[clang-tidy] Don't initialize member functions

Found with readability-redundant-member-init

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2019-11-25 16:59:22 -08:00 committed by ridiculousfish
parent 6f4a9d527c
commit 9507c3a159

View File

@ -1226,9 +1226,6 @@ void screen_force_clear_to_end() {
screen_t::screen_t()
: outp_(outputter_t::stdoutput()),
desired(),
actual(),
actual_left_prompt(),
last_right_prompt_width(),
actual_width(SCREEN_WIDTH_UNINITIALIZED),
soft_wrap_location(INVALID_LOCATION),