X-Git-Url: http://git.phpeclipse.com diff --git a/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/actions/RemoveFromQuickListAction.java b/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/actions/RemoveFromQuickListAction.java index a677733..55b894a 100644 --- a/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/actions/RemoveFromQuickListAction.java +++ b/archive/net.sourceforge.phpeclipse.quantum.sql/src/com/quantum/actions/RemoveFromQuickListAction.java @@ -19,12 +19,10 @@ import org.eclipse.ui.actions.SelectionListenerAction; * @author bcholmes */ public class RemoveFromQuickListAction extends SelectionListenerAction { - private IViewPart view; private List entities = Collections.synchronizedList(new ArrayList()); public RemoveFromQuickListAction(IViewPart view) { super(Messages.getString(RemoveFromQuickListAction.class.getName() + ".text")); - this.view = view; } public void run() {