remove stale typedef

This commit is contained in:
Johannes Altmanninger 2020-01-27 09:11:23 +01:00
parent 696057ab57
commit f4d0bafbd4

View file

@ -21,7 +21,6 @@
#include "wutil.h" // IWYU pragma: keep
using comp_t = pager_t::comp_t;
using completion_list_t = completion_list_t;
using comp_info_list_t = std::vector<comp_t>;
/// The minimum width (in characters) the terminal must to show completions at all.