X-Git-Url: http://git.phpeclipse.com 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);