Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java
index 67c271ce2..c34073bba 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/provisional/IChildrenCountUpdate.java
@@ -10,7 +10,6 @@
*******************************************************************************/
package org.eclipse.debug.internal.ui.viewers.model.provisional;
-import org.eclipse.jface.viewers.TreePath;
/**
@@ -19,14 +18,6 @@ import org.eclipse.jface.viewers.TreePath;
* @since 3.3
*/
public interface IChildrenCountUpdate extends IViewerUpdate {
-
- /**
- * Returns the element that a child count has been requested for
- * as a tree path. An empty path identifies the root element.
- *
- * @return element as a tree path
- */
- public TreePath getElementPath();
/**
* Sets the number of children for this update.

Back to the top