Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.smarty.ui / src / net / sourceforge / phpdt / smarty / ui / internal / text / SmartyConfiguration.java
index f64ad38..6d35908 100644 (file)
@@ -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);