aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes/share
diff options
context:
space:
mode:
Diffstat (limited to 'src/classes/share')
-rw-r--r--src/classes/share/javax/media/j3d/VirtualUniverse.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/classes/share/javax/media/j3d/VirtualUniverse.java b/src/classes/share/javax/media/j3d/VirtualUniverse.java
index 0711558..7e88a7d 100644
--- a/src/classes/share/javax/media/j3d/VirtualUniverse.java
+++ b/src/classes/share/javax/media/j3d/VirtualUniverse.java
@@ -81,18 +81,6 @@ private ArrayList<ViewPlatformRetained> viewPlatforms = new ArrayList<ViewPlatfo
private boolean vpChanged = false;
private ViewPlatformRetained[] viewPlatformList = new ViewPlatformRetained[0];
- // The list of backgrounds
- Vector backgrounds = new Vector();
-
- // The list of clips
- Vector clips = new Vector();
-
- // The list of sounds
- Vector sounds = new Vector();
-
- // The list of soundscapes
- Vector soundscapes = new Vector();
-
// The Behavior Scheduler Thread for this Virtual Universe.
BehaviorScheduler behaviorScheduler = null;
@@ -141,9 +129,6 @@ ArrayList<Integer> viewIdFreeList = new ArrayList<Integer>();
// The number of valid entries in updateObjects
int updateObjectsLen = 0;
- // A list of all mirror geometry object that are dirty
- ArrayList dirtyGeomList = new ArrayList();
-
// The current primary view for this universe
View currentView;