latest quantum sources 2.3.2
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / src / com / quantum / actions / RemoveFromQuickListAction.java
index a677733..55b894a 100644 (file)
@@ -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() {