From: incastrix Date: Wed, 23 Dec 2009 17:30:27 +0000 (+0000) Subject: Refactory: remove unused classes, imports, fields and methods. X-Git-Url: http://secure.phpeclipse.com Refactory: remove unused classes, imports, fields and methods. --- diff --git a/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyConfiguration.java b/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyConfiguration.java index f64ad38..6d35908 100644 --- a/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyConfiguration.java +++ b/net.sourceforge.phpeclipse.smarty.ui/src/net/sourceforge/phpdt/smarty/ui/internal/text/SmartyConfiguration.java @@ -25,9 +25,9 @@ import org.eclipse.ui.texteditor.ITextEditor; public class SmartyConfiguration extends XMLConfiguration { private SmartyTagScanner smartyTagScanner; - public SmartyConfiguration(XMLTextTools tools) { - this(tools, null); - } +// public SmartyConfiguration(XMLTextTools tools) { +// this(tools, null); +// } public SmartyConfiguration(XMLTextTools tools, ITextEditor editor) { super(tools, editor);