summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2012-05-19 02:05:50 -0700
committerHarvey Harrison <[email protected]>2012-05-19 02:05:50 -0700
commit002c4390c3d83efbdc835f3285117e0f7fa1c731 (patch)
tree4eb81803958b7e836bf3aafe3788716c49a63990 /src
parentc0cf951bd644b8502c5d73b66e89c3764f8e6154 (diff)
j3dcore: remove some dead code from Screen3D
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/classes/share/javax/media/j3d/Screen3D.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/classes/share/javax/media/j3d/Screen3D.java b/src/classes/share/javax/media/j3d/Screen3D.java
index 2358912..c627d39 100644
--- a/src/classes/share/javax/media/j3d/Screen3D.java
+++ b/src/classes/share/javax/media/j3d/Screen3D.java
@@ -465,8 +465,6 @@ synchronized void notifyUsers() {
* Update the view cache associated with this screen.
*/
void updateViewCache() {
- if (false)
- System.err.println("Screen3D.updateViewCache()");
synchronized(this) {
screenViewCache.snapshot();
}