|
From: David C. <dc...@us...> - 2005-10-02 20:43:31
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rdocexport In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12388/src/org/rubypeople/rdt/internal/ui/rdocexport Modified Files: CreateRdocActionDelegate.java Log Message: Cleanup a whole bunch of 'unused warnings" Index: CreateRdocActionDelegate.java =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rdocexport/CreateRdocActionDelegate.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CreateRdocActionDelegate.java 18 Sep 2005 18:46:10 -0000 1.1 --- CreateRdocActionDelegate.java 1 Oct 2005 23:10:44 -0000 1.2 *************** *** 5,9 **** import org.eclipse.jface.viewers.ISelection; import org.eclipse.jface.viewers.IStructuredSelection; - import org.eclipse.swt.widgets.Shell; import org.eclipse.ui.IObjectActionDelegate; import org.eclipse.ui.IWorkbenchPart; --- 5,8 ---- *************** *** 13,17 **** private ISelection fCurrentSelection; - private Shell fCurrentShell; /* --- 12,15 ---- *************** *** 19,23 **** */ public void setActivePart(IAction action, IWorkbenchPart targetPart) { - fCurrentShell = targetPart.getSite().getShell(); } --- 17,20 ---- |