billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=a46ca7ce34924e5e8177b2dede41e60121c80c0a
commit a46ca7ce34924e5e8177b2dede41e60121c80c0a Author: Boris Faure <bill...@gmail.com> Date: Tue Nov 3 23:13:32 2020 +0100 options_themepv: remove unused macro --- src/bin/options_themepv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/options_themepv.c b/src/bin/options_themepv.c index 6c23678..09d7a7e 100644 --- a/src/bin/options_themepv.c +++ b/src/bin/options_themepv.c @@ -194,7 +194,6 @@ options_theme_preview_add(Evas_Object *parent, // \x19 = white BRIGHT #define F(_x) "\x01"_x -#define B(_x) "\x01"_x #define X "\x01\x01\x02\x10" _row_set(o, 0, " "F("\x04")"$"X" "F("\x19")">"X" test"); _row_set(o, 1, F("\x02")"black"X" "F("\x03")"red"X" "F("\x04")"green"X" "F("\x05")"yellow"); --