[wcwidth] remove override for now

pull/1265/head
Tim Stack 2 weeks ago
parent 4cd2c1e344
commit f9c49712c6

@ -37,7 +37,6 @@
#include "config.h"
#include "is_utf8.hh"
#include "lnav_log.hh"
#include "wcwidth9.h"
void
scrub_to_utf8(char* buffer, size_t length)
@ -423,9 +422,3 @@ quote(string_fragment str)
} // namespace pcre2pp
} // namespace lnav
int
wcwidth(wchar_t wc)
{
return wcwidth9(wc);
}

Loading…
Cancel
Save