From 12427076a5b420b2afba3a34c6ed0f260f6fa2f4 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Wed, 4 Oct 2006 23:33:25 +0000 Subject: Source code changes for issue 358: Document that OGL 1.2 is supported, but at reduced functionality git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@709 ba19aa83-45c5-6ac9-afd3-db810772062c --- src/native/ogl/Canvas3D.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/native/ogl/Canvas3D.c') diff --git a/src/native/ogl/Canvas3D.c b/src/native/ogl/Canvas3D.c index b6cb469..f3bb2da 100644 --- a/src/native/ogl/Canvas3D.c +++ b/src/native/ogl/Canvas3D.c @@ -607,13 +607,7 @@ getPropertiesFromCurrentContext( else { if (versionNumbers[1] == 2) { fprintf(stderr, - "*********************************************************\n"); - fprintf(stderr, - "*** JAVA 3D: WARNING OpenGL 1.2 is no longer supported.\n"); - fprintf(stderr, - "*** Will attempt to run with reduced functionality.\n"); - fprintf(stderr, - "*********************************************************\n"); + "JAVA 3D: OpenGL 1.2 detected; will run with reduced functionality\n"); } else { // OpenGL 1.x (1.3 or greater) ctxInfo->gl13 = JNI_TRUE; -- cgit v1.2.3