Revision: 1009
Author: allain.lalonde
Date: Sat Apr 17 05:38:08 2010
Log: Removing dead class since all methods that invoked it were deprecated
and so have been deleted.
http://code.google.com/p/piccolo2d/source/detail?r=1009
Modified:
/piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java
=======================================
--- /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java
Sat Apr 17 05:36:49 2010
+++ /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java
Sat Apr 17 05:38:08 2010
@@ -3635,26 +3635,6 @@
}
return result;
}
-
- private static final class ClientPropertyKeyIterator implements
Iterator {
- private final Enumeration enumeration;
-
- private ClientPropertyKeyIterator(final Enumeration enumeration) {
- this.enumeration = enumeration;
- }
-
- public boolean hasNext() {
- return enumeration.hasMoreElements();
- }
-
- public Object next() {
- return enumeration.nextElement();
- }
-
- public void remove() {
- throw new UnsupportedOperationException();
- }
- }
/**
* <b>PSceneGraphDelegate</b> is an interface to receive low level node
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en