summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-10-26 16:14:29 -0700
committerEric Anholt <eric@anholt.net>2006-10-26 16:14:29 -0700
commitcadf1d2fdfc4a35662a766864d323b4097d07767 (patch)
treef43e8758b2b22fad6ece1f5a28555a3569f7813c
parent6e809f1ee673a430c58ed486346bf482f451493e (diff)
Reduce the number of colors to speed up test execution.
The other colors were probably not important.
-rw-r--r--tests.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests.c b/tests.c
index 4d4eb29..fbfcf68 100644
--- a/tests.c
+++ b/tests.c
@@ -40,10 +40,7 @@ color4d colors[] = {
{1.0, 0, 0, 1.0},
{0, 1.0, 0, 1.0},
{0, 0, 1.0, 1.0},
- {0.5, 0, 0, 0.25},
{0.5, 0, 0, .5},
- {0.0, .5, 1.0, .5},
- {0.0, .5, 1.0, 0}
};
/* Convenience pointers to 1x1 repeating colors */