Removed comment

pull/11/head
E. Almqvist 4 years ago
parent f6ce713402
commit fae4c89542
  1. 7
      src/config.h

@ -33,13 +33,6 @@ static const char *colors[][3] = {
[SchemeSel] = { col_gray4, col_cyan, selected_color }, [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 */ /* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };

Loading…
Cancel
Save