Remove a debugging printf
This commit is contained in:
parent
64ac7401ad
commit
31d0fdde19
10
os/oscolor.c
10
os/oscolor.c
|
@ -181,16 +181,6 @@ OsInitColors(void)
|
||||||
|
|
||||||
was_here = TRUE;
|
was_here = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
int i = 0, n = 0;
|
|
||||||
for (i = 0; i < HASHSIZE; i++)
|
|
||||||
if (!hashTab[i])
|
|
||||||
n++;
|
|
||||||
|
|
||||||
ErrorF("RGB: %d wasted hash slots\n", n);
|
|
||||||
}
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue