diff --git a/test/testcolorspace.c b/test/testcolorspace.c index a1e4deff40..152d639c4b 100644 --- a/test/testcolorspace.c +++ b/test/testcolorspace.c @@ -126,10 +126,6 @@ static void PrevRenderer(void) static void NextStage(void) { - if (StageCount <= 0) { - return; - } - ++stage_index; if (stage_index == StageCount) { stage_index = 0;