Skip to content

Commit

Permalink
Removed unused colors
Browse files Browse the repository at this point in the history
  • Loading branch information
kometbomb committed Apr 5, 2015
1 parent dafd55c commit 1283565
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions src/theme.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ static void load_colors(const char *cfg)
static const char *names[NUM_COLORS] =
{
"sequence_counter",
"sequence_selected",
"sequence_bar",
"sequence_beat",
"sequence_normal",
"sequence_disabled",
"pattern_selected",
"pattern_bar",
"pattern_beat",
Expand Down
6 changes: 1 addition & 5 deletions src/theme.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@ OTHER DEALINGS IN THE SOFTWARE.
enum
{
COLOR_SEQUENCE_COUNTER,
COLOR_SEQUENCE_SELECTED ,
COLOR_SEQUENCE_BAR,
COLOR_SEQUENCE_BEAT,
COLOR_SEQUENCE_NORMAL,
COLOR_SEQUENCE_DISABLED ,
COLOR_PATTERN_SELECTED ,
COLOR_PATTERN_SELECTED,
COLOR_PATTERN_BAR,
COLOR_PATTERN_BEAT,
COLOR_PATTERN_INSTRUMENT,
Expand Down

0 comments on commit 1283565

Please sign in to comment.