summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>1999-11-05 08:12:46 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>1999-11-05 08:12:46 +0000
commit94acb57278d6154306b6084c46af76019ce93817 (patch)
tree6f50549e34f6fc88849e99a927c8d9ee24addfeb /progs
parent17407de73a0d4528d26093a8c79c0156c37016ad (diff)
removed printf's
Diffstat (limited to 'progs')
-rw-r--r--progs/xdemos/xfont.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/progs/xdemos/xfont.c b/progs/xdemos/xfont.c
index e38265b41b..9b01bc4837 100644
--- a/progs/xdemos/xfont.c
+++ b/progs/xdemos/xfont.c
@@ -1,4 +1,4 @@
-/* $Id: xfont.c,v 1.2 1999/11/05 08:00:49 brianp Exp $ */
+/* $Id: xfont.c,v 1.3 1999/11/05 08:12:46 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -49,7 +49,6 @@ static GLuint FontBase = 0;
static void redraw( Display *dpy, Window w )
{
static const char *text = "This is glXUseXFont()";
- printf("Redraw event\n");
glClear( GL_COLOR_BUFFER_BIT );
@@ -74,7 +73,6 @@ static void redraw( Display *dpy, Window w )
static void resize( unsigned int width, unsigned int height )
{
- printf("Resize event\n");
glViewport( 0, 0, width, height );
glMatrixMode( GL_PROJECTION );
glLoadIdentity();