latest quantum sources 2.3.2
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / actions / AddToQuickListAction.java
index e773620..99b22f7 100644 (file)
@@ -19,12 +19,10 @@ import org.eclipse.ui.actions.SelectionListenerAction;
  * @author bcholmes
  */
 public class AddToQuickListAction extends SelectionListenerAction {
-    private IViewPart view;
     private List entities = Collections.synchronizedList(new ArrayList());
     
     public AddToQuickListAction(IViewPart view) {
         super(Messages.getString(AddToQuickListAction.class.getName() + ".text"));
-        this.view = view;
     }
     
        public void run() {