aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
Diffstat (limited to 'src/native')
-rw-r--r--src/native/ogl/Canvas3D.c8
1 files changed, 1 insertions, 7 deletions
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;