Refactory: remove unused classes, imports, fields and methods.
authorincastrix <incastrix>
Wed, 23 Dec 2009 17:30:27 +0000 (17:30 +0000)
committerincastrix <incastrix>
Wed, 23 Dec 2009 17:30:27 +0000 (17:30 +0000)
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);