Deleted unused commenst and unused vars.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / template / AbstractProposal.java
index 4089800..4bbc2e6 100644 (file)
@@ -19,9 +19,6 @@ import org.eclipse.jface.text.contentassist.IContextInformation;
 import org.eclipse.swt.graphics.Point;
 import org.eclipse.swt.widgets.Shell;
 
-// import net.sourceforge.phpdt.internal.ui.text.link.LinkedPositionManager;
-// import net.sourceforge.phpdt.internal.ui.text.link.LinkedPositionUI;
-// import net.sourceforge.phpdt.internal.ui.util.ExceptionHandler;
 
 /**
  * A PHP identifier proposal.
@@ -85,11 +82,7 @@ public abstract class AbstractProposal implements IPHPCompletionProposal {
        }
 
        protected void handleException(CoreException e) {
-               Shell shell = fViewer.getTextWidget().getShell();
                PHPeclipsePlugin.log(e);
-               // ExceptionHandler.handle(e, shell,
-               // ObfuscatorMessages.getString("TemplateEvaluator.error.title"), null);
-               // //$NON-NLS-1$
        }
 
        protected void openErrorDialog(BadLocationException e) {