From 28d7143981080be6a76c17d33fed689ffe549581 Mon Sep 17 00:00:00 2001 From: incastrix Date: Wed, 23 Dec 2009 17:29:12 +0000 Subject: [PATCH] Refactory: remove unused classes, imports, fields and methods. --- .../phpeclipse/phpunit/PHPUnitPlugin.java | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitPlugin.java b/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitPlugin.java index 006266b..6daaad4 100644 --- a/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitPlugin.java +++ b/net.sourceforge.phpeclipse.phpunit/src/net/sourceforge/phpeclipse/phpunit/PHPUnitPlugin.java @@ -9,7 +9,7 @@ package net.sourceforge.phpeclipse.phpunit; import org.eclipse.core.runtime.CoreException; -import org.eclipse.core.runtime.IPluginDescriptor; +//import org.eclipse.core.runtime.IPluginDescriptor; import org.eclipse.jface.dialogs.IDialogSettings; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.resource.ImageRegistry; @@ -25,13 +25,13 @@ public class PHPUnitPlugin extends AbstractUIPlugin { /** * @param descriptor */ - public PHPUnitPlugin(IPluginDescriptor descriptor) { - - super(descriptor); - - plugin = this; - - } +// public PHPUnitPlugin(IPluginDescriptor descriptor) { +// +// super(descriptor); +// +// plugin = this; +// +// } public static PHPUnitPlugin getDefault() { return plugin; -- 1.7.1