aboutsummaryrefslogtreecommitdiff
path: root/generic/tkZinc.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkZinc.c')
-rw-r--r--generic/tkZinc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tkZinc.c b/generic/tkZinc.c
index cab10d3..e87d8f9 100644
--- a/generic/tkZinc.c
+++ b/generic/tkZinc.c
@@ -985,7 +985,6 @@ ZincObjCmd(ClientData client_data, /* Main window associated with
wi->render = 0;
}
else {
- printf("creating context\n");
wi->gl_context = glXCreateContext(wi->dpy, gl_visual,
NULL, wi->render==1);
if (!wi->gl_context) {