Sigh! Left in debug print... :)

This commit is contained in:
Ton Roosendaal 2005-04-24 19:08:14 +00:00
parent 626e930c47
commit 72fd784f92

@ -77,7 +77,6 @@ static int is_a_really_crappy_nvidia_card(void) {
/* Do you understand the implication? Do you? */ /* Do you understand the implication? Do you? */
if (well_is_it==-1) { if (well_is_it==-1) {
well_is_it= (strncmp(glGetString(GL_RENDERER), "NVIDIA GeForce 6800", 18) == 0); well_is_it= (strncmp(glGetString(GL_RENDERER), "NVIDIA GeForce 6800", 18) == 0);
printf("Is patched: %d\n", well_is_it);
} }
return well_is_it; return well_is_it;
} }