From 0590e0712a2e0cb0582acc23905ce014e81248b5 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 17 Apr 2001 06:07:24 +0000 Subject: [PATCH] oops a printf.. remove SVN revision: 4642 --- legacy/evas/src/evas_gl_routines.c | 1 - 1 file changed, 1 deletion(-) diff --git a/legacy/evas/src/evas_gl_routines.c b/legacy/evas/src/evas_gl_routines.c index 199f6f2dca..189693aa24 100644 --- a/legacy/evas/src/evas_gl_routines.c +++ b/legacy/evas/src/evas_gl_routines.c @@ -291,7 +291,6 @@ __evas_gl_window_current(Display *disp, Window win, int w, int h) glMatrixMode(GL_PROJECTION); glLoadIdentity(); glOrtho(0, glw->w, 0, glw->h, -1, 1); - printf("%i %i\n", glw->w, glw->h); glMatrixMode(GL_MODELVIEW); glLoadIdentity(); glScalef(1, -1, 1);