projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efeddeb
)
removed debug printf
author
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 31 Oct 2000 01:20:06 +0000
(
01:20
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Tue, 31 Oct 2000 01:20:06 +0000
(
01:20
+0000)
progs/samples/sphere.c
patch
|
blob
|
history
diff --git
a/progs/samples/sphere.c
b/progs/samples/sphere.c
index 1f326db04d608228f06f2222ad285d296d9fa209..3605df23801105783840d3f743ed18aac81a2fdb 100644
(file)
--- a/
progs/samples/sphere.c
+++ b/
progs/samples/sphere.c
@@
-894,7
+894,6
@@
void Key(unsigned char key, int x, int y)
break;
case 'l':
isLit = !isLit;
- printf("lit %d\n", isLit);
ReInit();
break;
case 'f':