From bd2b107d374c095d8d5ced7a7b5ed78b1381e062 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Fri, 29 Apr 2016 14:54:21 -0700 Subject: Remove some unused macros from builtin_set_color.cpp --- src/builtin_set_color.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/builtin_set_color.cpp') diff --git a/src/builtin_set_color.cpp b/src/builtin_set_color.cpp index 2cd1d876..659e6536 100644 --- a/src/builtin_set_color.cpp +++ b/src/builtin_set_color.cpp @@ -32,16 +32,6 @@ class parser_t; -/// Error message for invalid path operations. -#define BUILTIN_SET_PATH_ERROR L"%ls: Warning: path component %ls may not be valid in %ls.\n" - -/// Hint for invalid path operation with a colon. -#define BUILTIN_SET_PATH_HINT L"%ls: Did you mean 'set %ls $%ls %ls'?\n" - -/// Error for mismatch between index count and elements. -#define BUILTIN_SET_ARG_COUNT \ - L"%ls: The number of variable indexes does not match the number of values\n" - static void print_colors(io_streams_t &streams) { const wcstring_list_t result = rgb_color_t::named_color_names(); size_t i; -- cgit v1.2.3