From fae4c895427b4b6a9e342bfed2049b0055e34f54 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sun, 7 Feb 2021 15:29:22 +0100 Subject: [PATCH] Removed comment --- src/config.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/config.h b/src/config.h index ab0ef99..ffde7ba 100644 --- a/src/config.h +++ b/src/config.h @@ -33,13 +33,6 @@ static const char *colors[][3] = { [SchemeSel] = { col_gray4, col_cyan, selected_color }, }; -/* static const char *colors[][3] = { */ -/* /\* fg bg border *\/ */ -/* [SchemeNorm] = { text_color, bg_color_bar, bg_color }, */ -/* [SchemeSel] = { text_color, col_cyan, col_cyan }, */ -/* }; */ - - /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };