From e435dd607206d1925d9704ca61fcdc3dfb62c56d Mon Sep 17 00:00:00 2001 From: incastrix Date: Wed, 23 Dec 2009 17:30:27 +0000 Subject: [PATCH] Refactory: remove unused classes, imports, fields and methods. --- .../ui/internal/text/SmartyConfiguration.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) 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); -- 1.7.1