Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-06-18 20:09:08 +0000
committerMichael Valenta2003-06-18 20:09:08 +0000
commit4b8de35d234fa7c84feb66ca6840ea5f71e881da (patch)
tree6c4dec2900af83ddd5ac380f3c9e4494e943962b
parenta045bedf5ca5abdd55e9dc914b22b5d893088236 (diff)
downloadeclipse.platform.team-4b8de35d234fa7c84feb66ca6840ea5f71e881da.tar.gz
eclipse.platform.team-4b8de35d234fa7c84feb66ca6840ea5f71e881da.tar.xz
eclipse.platform.team-4b8de35d234fa7c84feb66ca6840ea5f71e881da.zip
Removed unused imports
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/sync/actions/SyncViewerChangeFilters.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/sync/actions/SyncViewerChangeFilters.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/sync/actions/SyncViewerChangeFilters.java
index 32d39df61..aef9426c2 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/sync/actions/SyncViewerChangeFilters.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/sync/actions/SyncViewerChangeFilters.java
@@ -14,10 +14,7 @@ import java.util.ArrayList;
import java.util.List;
import org.eclipse.jface.action.Action;
-import org.eclipse.jface.viewers.ILabelProvider;
-import org.eclipse.jface.viewers.LabelProvider;
import org.eclipse.team.core.subscribers.SyncInfo;
-import org.eclipse.team.internal.ui.sync.views.ChangeFiltersContentProvider;
import org.eclipse.team.internal.ui.sync.views.SyncViewer;
import org.eclipse.ui.IMemento;

Back to the top