From cd86c0ee886520d2710118447947054e28529764 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 25 Apr 2019 14:23:37 -0700 Subject: [PATCH] Remove the COMPLETE_SEP define It was unused. --- src/complete.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/complete.h b/src/complete.h index 91806bd58..3af4cafc1 100644 --- a/src/complete.h +++ b/src/complete.h @@ -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'