Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-04-24 23:08:14 +0400
committerTon Roosendaal <ton@blender.org>2005-04-24 23:08:14 +0400
commit72fd784f92993e8f275c160106e4d382323d1de6 (patch)
tree99bc4ce356bf90da0684a780fdb0f9fa155eec7b /intern
parent626e930c47e992e91e11a0f08414d62e5131c00c (diff)
Sigh! Left in debug print... :)
Diffstat (limited to 'intern')
-rw-r--r--intern/bmfont/intern/BMF_BitmapFont.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/bmfont/intern/BMF_BitmapFont.cpp b/intern/bmfont/intern/BMF_BitmapFont.cpp
index b626e5d20c3..521cd67a325 100644
--- a/intern/bmfont/intern/BMF_BitmapFont.cpp
+++ b/intern/bmfont/intern/BMF_BitmapFont.cpp
@@ -77,7 +77,6 @@ static int is_a_really_crappy_nvidia_card(void) {
/* Do you understand the implication? Do you? */
if (well_is_it==-1) {
well_is_it= (strncmp(glGetString(GL_RENDERER), "NVIDIA GeForce 6800", 18) == 0);
- printf("Is patched: %d\n", well_is_it);
}
return well_is_it;
}