Remove the COMPLETE_SEP define

It was unused.
This commit is contained in:
ridiculousfish 2019-04-25 14:23:37 -07:00
parent 96bc8a14ca
commit cd86c0ee88

View File

@ -20,8 +20,6 @@ struct completion_mode_t {
bool requires_param{false};
};
/// Separator between completion and description.
#define COMPLETE_SEP L'\004'
/// Character that separates the completion and description on programmable completions.
#define PROG_COMPLETE_SEP L'\t'