Remove a debugging printf
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user