Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2002-05-30 13:26:19 +0000
committerDarin Wright2002-05-30 13:26:19 +0000
commit0c508f896b1e96f1a9065a8f28ca12f03aa18ecd (patch)
treecddb4af17b66d65eb00f6dbafed982e83cbc87d3 /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java
parentb69c2c740b3e731cb7bef56d3c64b627504602ab (diff)
downloadeclipse.platform.debug-0c508f896b1e96f1a9065a8f28ca12f03aa18ecd.tar.gz
eclipse.platform.debug-0c508f896b1e96f1a9065a8f28ca12f03aa18ecd.tar.xz
eclipse.platform.debug-0c508f896b1e96f1a9065a8f28ca12f03aa18ecd.zip
unused imports
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java
index e6bdd3f1d..3fd6b4599 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugModelPresentation.java
@@ -8,7 +8,6 @@ package org.eclipse.debug.ui;
import org.eclipse.debug.core.model.IValue;
import org.eclipse.jface.viewers.ILabelProvider;
import org.eclipse.swt.graphics.Image;
-import org.eclipse.ui.IEditorInput;
/**
* A debug model presentation is responsible for providing labels, images,

Back to the top